home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Graphics / Ghostscript / source / NEWS < prev    next >
Text File  |  1997-08-08  |  175KB  |  4,615 lines

  1.    Copyright (C) 1989, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, NEWS, describes the changes in the most recent releases of
  21. Ghostscript.  Changes in older releases are described in history*.txt.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. Within each release, news appears in the following order: Documentation,
  27. Procedures, Utilities, Drivers, Platforms, Fonts, Interpreter, Streams
  28. (included under Interpreter through release 2.9.9), Library.  Changes marked
  29. with a * were made available as patches to a previous release.
  30.  
  31. Version 5.03 (8/8/97)
  32. =====================
  33.  
  34. The only reason for this release is to fix two serious bugs introduced
  35. between 5.01 and 5.02.  We fixed a few other very localized and low-risk
  36. bugs at the same time.
  37.  
  38. Known problems:
  39.     - ps2pdf sometimes produces output with missing links.  (? - no test
  40. file)
  41.     - Setting HWSize by itself with setpagedevice has no effect.
  42.     - When shrinking oversize halftone cells, the current algorithm,
  43. which progressively halves the size, can produce non-monotonic behavior; GS
  44. should either use a monotonic algorithm or give a limitcheck.
  45. (k/jdscreen.ps)
  46.     - In Type 1 fonts, almost-vertical lines that straddle a stem edge
  47. produce uneven output.
  48.     - The following gs_*.ps files haven't had all the pseudo-operators
  49. updated to take advantage of stack protection: init, setpd.
  50.     - flushfile with a procedure-target stream doesn't pass the buffered
  51. data to the procedure.
  52.     - At some resolutions, gaps occur in some character outlines with
  53. certain Type 1 fonts.  (? - no test file)
  54.     - The Watcom MS Windows makefile (watcw32.mak) doesn't work.
  55.     - The uniprint driver sometimes drops some output, and is very slow
  56. at 720x720 resolution.
  57.     - pdf2ps can't handle embedded TrueType and CFF fonts: it produces
  58. invalid output.  (k/tjava8.pdf, p. 192)
  59.     - pdf2ps can't handle Patterns.  (k/nissl.pdf)
  60.     - pdf2ps can't handle embedded fonts with CharProcs (characters
  61. defined by PDF objects).  (k/be/iguide_unix.pdf)
  62.     - [e]pswrite can't handle Patterns.  (k/gfreeman/overpart.ps)
  63.     - [e]pswrite may produce incorrect line widths for stroked graphics.
  64. (k/gfreeman/walpart2.ps)
  65.     - Halftones look relatively coarse: we should be using a small-scale
  66. version of AccurateScreens (multiple small dot cells with an ordered dither
  67. cell visiting pattern) to get both fine screens and many levels.
  68.     - Since the x11alpha device uses saturation to emulate alpha,
  69. writing anti-aliased objects over dark areas produces incorrect output.
  70. (gdevxalt.c)
  71.     - Setting OutputFile=- should redirect stdout to stderr (or provide
  72. some other way to redirect stdout).
  73.     - Type 0 (Japanese / Chinese / ...) fonts are not supported in PDF
  74. files.  (k/microw-j.pdf)
  75.     - Ghostscript can't load TrueType fonts where the amount of data
  76. either before or after the glyf section exceeds 64K.  (k/baueti__.ttf)
  77.     - Ghostscript can't load TrueType fonts where the total data is more
  78. than 64K and the offset or length of the glyfs is odd.
  79.     - High-level output devices ([e]pswrite, pdfwrite, pxl*) always
  80. produce a single output file rather than a separate file for each page, even
  81. if there is a %d in the OutputFile name.
  82.  
  83. Documentation
  84. -------------
  85.  
  86. Removes the "(if relevant)" from the bug reporting form, since about 25% of
  87. the forms are submitted without a URL or any other data.  (bug-form.txt)
  88.  
  89. Adds a discussion of single-use procedures to the style guide.
  90. (c-style.txt)
  91.  
  92. Updates the information about obtaining Ghostscript on physical media.
  93. (new-user.txt)
  94.  
  95. Updates the information about ps_view.  (new-user.txt)
  96.  
  97. Procedures
  98. ----------
  99.  
  100. Adds the uniprint driver to all platforms.  (*.mak)
  101.  
  102. Changes the contents of the pc.tar.gz archives:
  103.     - Adds *.upp.
  104.     - Removes *.res.
  105.     - Removes cp.bat, font2c.bat, mv.bat, rm.bat, wmakebat.bat,
  106.       cp.cmd, mv.cmd and rm.cmd, and gv-vms.hlp.
  107.  
  108. Removes an obsolete script file.  (tar_mv)
  109.  
  110. Drivers
  111. -------
  112.  
  113. Fixes bugs:
  114.     - The uniprint driver didn't handle an increase in media height
  115. correctly.  (gdevupd.c)
  116.  
  117. Platforms
  118. ---------
  119.  
  120. Fixes bugs:
  121.     - Printing to printers other than LPT1 under MS Windows no longer
  122. worked.  (bug introduced in 5.02)  (gp_mswin.c)
  123.     - Drag-and-drop didn't work under Windows NT (or other 32-bit
  124. Windows environments).  (dwtext.cpp)
  125.     - Sequent systems needed an additional system header file.
  126. (time_.h)
  127.  
  128. Fonts
  129. -----
  130.  
  131. Fixes bugs:
  132.     - The substitutions Myriad => Times and Minion => Helvetica were
  133. incorrect; they should be the other way around.  (gs_fonts.ps)
  134.     - MyriadPkg wasn't recognized as a condensed font.  (gs_fonts.ps)
  135.     - Univers wasn't recognized as mapping to Helvetica.  (gs_fonts.ps)
  136.  
  137. Interpreter
  138. -----------
  139.  
  140. Fixes bugs:
  141.     - A line of debugging code, printing the sections of 3 regions of
  142. TrueType fonts being loaded, was accidentally left in.  (gs_ttf.ps)
  143.     - TrueType fonts whose pre-glyf data had odd length were broken
  144. (typically gave a rangecheck error), because of the fix to treat the odd
  145. byte of individual sfnts strings as padding per Adobe documentation.  (bug
  146. introduced in 5.02) (gs_ttf.ps)
  147.  
  148. Interpreter (PDF)
  149. -----------------
  150.  
  151. Fixes bugs:
  152.     - If a real-number token in a CFF had an even number of nibbles, a
  153. unmatchedmark error would occur.  (gs_cff.ps)
  154.     - If the strings Index in a CFF included an empty string, a
  155. rangecheck error would occur.  (gs_cff.ps)
  156.     - CFFs with non-standard Encodings that included standard strings
  157. would get a typecheck error.  (gs_cff.ps)
  158.  
  159. Library
  160. -------
  161.  
  162. Fixes bugs:
  163.     - Using %d in an OutputFile name didn't substitute the page number.
  164. (bug introduced in 5.02)  (gsdevice.c)
  165.     - In Type 2 CharStrings, if a hintmask occurred at the beginning, it
  166. wasn't recognized as also incorporating the function of vstemhm.
  167. (gstype2.c)
  168.     - The data bytes for hintmask and cntrmask weren't printed for
  169. debugging.  (gstype2.c)
  170.  
  171. Version 5.02 (7/28/97)
  172. ======================
  173.  
  174. Because of an ISP failure that delayed the 5.0 announcement for 12 days, the
  175. 5.01 release only responded to a few days of bug reports; 5.02 fixes some
  176. problems that should have been fixed in 5.01, as well as a large number of
  177. obscure problems uncovered by Genoa testing.
  178.  
  179. Documentation
  180. -------------
  181.  
  182. Fixes bugs:
  183.     - The documentation for building on the Intergraph Clipper was out
  184. of date.  (make.txt)
  185.     - ESC was claimed to be a self-delimiting character.  (gs_init.ps)
  186.     - Removes the documentation claiming that ^D and ^Z are
  187. self-delimiting.  (language.txt)
  188.     - Document that -dSUBSTFONT doesn't create a font with the requested
  189. font name.  (use.txt)
  190.     - Ghostscript was defined as compatible with PDF 1.1 rather than PDF
  191. 1.2.  (language.txt)
  192.     - The description of gcc problems on Alpha didn't make it clear that
  193. the use of gcc was optional, not required.  (make.txt)
  194.     - The description of how to use GNU make on VMS systems was
  195. inaccurate.  (make.txt)
  196.  
  197. Improves the documentation for building on H-P RISC systems.  (make.txt)
  198.  
  199. Corrects the discussion of Cygnus' licensing terms for the cygwin32
  200. environment.  (make.txt)
  201.  
  202. Removes the apology for the poor quality of Ghostscript's TrueType
  203. rasterizer, since the quality is now quite good.  (fonts.txt)
  204.  
  205. Documents the fact that one must use # rather than = with Watcom C.
  206. (use.txt)
  207.  
  208. Documents the updates and additions to the uniprint driver.  (devices.txt)
  209.  
  210. Adds some material to Aladdin's C style guide.  (c-style.txt)
  211.  
  212. Documents the fact that using gmake requires VMS 6.2 or later on Alphas and
  213. 7.1 (perhaps 7.0) or later on VAXen.  (make.txt)
  214.  
  215. Adds an example EPS file.  (psfiles.txt)
  216.  
  217. Adds some information about compiling and linking under OS/2.  (make.txt)
  218.  
  219. Expands the description of XLIBDIR and XLIBDIRS.  (*head.mak)
  220.  
  221. Adds a new pointer to information on using a Kanji font with Ghostscript.
  222. (new-user.txt)
  223.  
  224. Documents the use of /Resource/<category>/<resource> as the default place
  225. where resources are sought.  (use.txt)
  226.  
  227. Updates the documentation on building with MSVC++ to reflect the makefile
  228. changes.  (make.txt)
  229.  
  230. Procedures
  231. ----------
  232.  
  233. Fixes bugs:
  234.     - In openvms.mak, several ifdef tests were wrong.  (openvms.mak)
  235.     - One CP command was slightly inconsistent with the others.
  236. (zlib.mak)
  237.     - If libz and libpng were both shared, libz was linked first,
  238. resulting in some undefined references.  (libpng.mak)
  239.     - The VMS makefile didn't interact properly with VMS's version
  240. numbering facility.  (copy_one.com)
  241.  
  242. Updates the VMS DCL script one last time, to handle libpng version 96.
  243. (vms.mak)
  244.  
  245. Restructures the MSVC++ makefiles to allow building the graphics library
  246. without the PostScript interpreter.  (bcwin32.mak, msvc4.mak[deleted],
  247. msvc5.mak[deleted], msvc32.mak, msvccom.mak, watcw32.mak,
  248. wincom.mak[deleted], winint.mak, winlib.mak)
  249.  
  250. Adds a makefile to create a library-only demo program under MSVC++, like the
  251. ones for Unix/gcc and MS-DOS/Watcom.  (msvclib.mak)
  252.  
  253. Adds an example EPS file.  (ridt91.eps, unix-end.mak)
  254.  
  255. Removes support for libpng release 0.88, which is now quite obsolete.
  256. (libpng.mak)
  257.  
  258. Utilities
  259. ---------
  260.  
  261. Fixes bugs:
  262.     - ps2pdf.bat, unlike ps2pdf, didn't accept options.  (ps2pdf.bat)
  263.     - echogs used 'const' in one place, which wasn't accepted by some
  264. very old compilers.  (echogs.c)
  265.     - pdf2ps output Orientation, which it shouldn't.  (pdf_main.ps)
  266.  
  267. Makes the usage message from ps2pdf.bat include the options, like ps2pdf.
  268. (ps2pdf.bat)
  269.  
  270. Changes the printpath utility so that its output is legal PostScript code.
  271. (ppath.ps)
  272.  
  273. Makes pdf2dsc add DSC comments for the bounding box (if a CropBox is
  274. available in the PDF file) and the orientation.  (pdf2dsc.ps)
  275.  
  276. Drivers
  277. -------
  278.  
  279. Fixes bugs:
  280.     - The get_bits operation wasn't implemented for the vgalib driver.
  281. (gdevvglb.c)
  282.     - The dnj650c driver output an extra % near the end of the file.
  283. (gdevcdj.c)
  284.     - The definition of pprintd2 didn't have a line break before the
  285. procedure name, confusing ansi2knr.  (gdevpstr.c)
  286.     - EPS files produced invalid PDF output.  (gdevpdf.c)
  287.     - "Vector" output devices didn't recognize %d in output file names,
  288. or - for output to stdout.  (gdevprn.h, gxdevice.h, gdevprn.c, gdevvec.c,
  289. gsdevice.c)
  290.     - With the pdfwrite driver, restore or grestore would cause a
  291. rangecheck error in .installpagedevice if a setpagedevice had been executed.
  292. (gdevpdfp.c)
  293.     - The pdfwrite driver produced garbage output for text rotated by
  294. angles that were only infinitesimally different from multiples of 90
  295. degrees.  (gdevpdft.c)
  296.     - The pnm[raw] driver didn't handle anti-aliasing properly.
  297. (gdevpbm.c)
  298.     - The PDF writer didn't scale the parameters for [a][width]show
  299. correctly.  (gs_pdfwr.ps, gdevpdft.c)
  300.  
  301. Fixes some minor compilation warnings not affecting code functionality.
  302. (gdevbbox.c, gdevpdfm.c, gshtscr.c, gsmemory.c, gxccman.c, gxfill.c,
  303. gximage0.c)
  304.  
  305. Fixes some bugs in the uniprint driver and adds some more printer models.
  306. (gdevupd.c, bjc610a*.upp, bjc610b*.upp, necp2x6.upp, stc1520h.upp)
  307.  
  308. Makes a small change for clean compilation on BeOS.  (gdevcdj.c)
  309.  
  310. Updates the PNG driver to use updated API calls for allocating/initializing
  311. and freeing the PNG structures.  (gdevpng.c)
  312.  
  313. Platforms
  314. ---------
  315.  
  316. Refactors the MS Windows code to allow building the library without the
  317. interpreter.  (gs_msio.c, gs_mslib.c, gp_mswin.c)
  318.  
  319. Fonts
  320. -----
  321.  
  322. Fixes bugs:
  323.     - definefont was executed twice on TrueType fonts.  (No bad
  324. consequences, just unnecessary work.)  (gs_ttf.ps)
  325.  
  326. Interpreter
  327. -----------
  328.  
  329. Fixes bugs:
  330.     - The fix for the 'stopped' around run_string_* in 5.01 was made
  331. incorrectly.  (gs_init.ps)
  332.     - Many operators that expect a matrix operand didn't accept packed
  333. arrays.  (iutil.c)
  334.     - The default CRD didn't have an explicit BlackPoint, which some
  335. Genoa tests require.  (gs_lev2.ps)
  336.     - A stack protection fix caused setscreen and setcolorscreen with
  337. dictionary operands to give a typecheck.  (gs_dps2.ps)
  338.     - Executing a string didn't handle tail recursion properly if the
  339. last token was followed by a single whitespace character.  (interp.c)
  340.     - Clearing the error indication didn't set errorname to null.
  341. (gs_init.ps)
  342.     - Some unexpected items appeared on the execution stack, confusing
  343. some of the Genoa tests.  (gs_init.ps, istack.h, istack.c, zcontrol.c)
  344.     - The dummy definitions for setucacheparams/ucachestatus didn't look
  345. enough like the real ones.  (gs_dps2.ps)
  346.     - Insideness tests didn't work, because the hit detection device
  347. width and height weren't set up.  (zupath.c)
  348.     - defineuserobject didn't use the same algorithm for growing the
  349. array as Adobe interpreters.  (gs_dps2.ps)
  350.     - eq and ne didn't work correctly on save objects.  (iutil.c)
  351.     - findfont used =string internally, interfering with PostScript
  352. programs that also used it.  (gs_fonts.ps)
  353.     - cshow didn't set up scaled versions of base fonts as the current
  354. font.  (zchar2.c)
  355.     - defineresource didn't make the resource value read-only.
  356. (gs_res.ps)
  357.     - If inustroke got an error, it could return without an error
  358. indication and without changing the stack.  (zupath.c)
  359.     - The arrays returned by different invocations of currentcolorspace
  360. with the same device color space weren't guaranteed to be eq.  (gs_lev2.ps)
  361.     - Out-of-range integers followed by a '.' were converted to names
  362. rather than reals.  (iscan.c, iscannum.c)
  363.     - resourceforall caused an invalidaccess error if currentglobal was
  364. true but the procedure, template, or scratch string was in local VM.
  365. (gs_res.ps)
  366.     - In many places, integer values were converted to floats rather
  367. than doubles, losing precision.  (ichar.h, icharout.h, ifont.h, iutil.h,
  368. idparam.c, iparam.c, iutil.c, zchar.c, zchar1.c, zchar42.c, zcharout.c,
  369. zcie.c, zcolor.c, zcolor1.c, zcolor2.c, zcontrol.c, zcsindex.c, zcssepr.c,
  370. zdpnext.c, zdps1.c, zfont.c, zfont2.c, zgstate.c, zhsb.c, zht.c, zmath.c,
  371. zmatrix.c, zmedia2.c, zpath.c, zpath1.c, zupath.c)
  372.     - The TransformPQR procedure in the default CRD didn't pop its
  373. auxiliary operands from the stack.  (gs_lev2.ps)
  374.     - Because of an incorrect stack depth check, setcolorrendering
  375. sometimes produced a stackunderflow.  (zcrd.c)
  376.     - sethalftone caused an invalidaccess error if the HalfTone type was
  377. not 5, the dictionary was in local VM, and the current VM was global.
  378. (gs_dps2.ps)
  379.     - writeobject and printobject caused an invalidaccess error if the
  380. object being written was in local VM and the current VM was global.
  381. (gs_btokn.ps)
  382.     - ustrokepath appended the strokepath segments to the current path,
  383. rather than replacing the path.  (zupath.c)
  384.     - restore incorrectly purged from the character cache any characters
  385. in a font being freed, even if the font had a UID.  (zfont.c)
  386.     - The definition of zimage_opaque_setup confused ansi2knr.
  387. (zimage.c)
  388.     - Type 42 fonts that included the padding byte in each sfnts string
  389. didn't work if sfnts had more than one string.  (zfont42.c)
  390.     - Doing a garbage collection at the same time as handling a
  391. stackoverflow failed to update the object that needed re-execution, causing
  392. the interpreter to execute random data.  (interp.c)
  393.     - %stdout and %stderr weren't flushed if they were closed
  394. explicitly.  (ziodev.c)
  395.  
  396. For greater Adobe compatibility:
  397.     - Changes setdash to limit dash patterns to 11 elements.  (This is
  398. enforced at the PostScript level: the graphics library doesn't have a
  399. limit.)  (gs_init.ps)
  400.     - Changes ^D and ^Z so they are not self-delimiting characters, and
  401. changes ^K so it is not a whitespace character.  (gs_init.ps, iscan.c,
  402. scantab.c)
  403.     - Makes = cause an error on non-read-accessible objects rather than
  404. printing them as --nostringval--.  (gs_init.ps)
  405.     - When -dSUBSTFONT= is used, makes findfont return the actual named
  406. font, rather than a copy with the FontName changed to the requested one.
  407. (gs_fonts.ps)
  408.     - CFF fonts with a non-default FontMatrix caused an error.
  409. (gs_cff.ps)
  410.  
  411. Fixes some minor compilation warnings not affecting code functionality.
  412. (iparam.c, zfcmap.c)
  413.  
  414. Strengthens the test of o-stack validity in the main interpreter loop in
  415. debug mode.  (interp.c)
  416.  
  417. Changes the filling rule for Type 1 fonts from winding-number to even-odd.
  418. This affects no properly designed fonts, and seems to match Adobe
  419. interpreters better.  (zchar1.c)
  420.  
  421. Implements non-standard Encodings in CFF fonts.  (gs_cff.ps)
  422.  
  423. Changes the default halftone screen for 600 dpi printers from 85 to 106 lpi,
  424. which reduces the number of halftone levels from 50 to 32 but produces
  425. visually better output.  (gs_init.ps)
  426.  
  427. Interpreter (PDF)
  428. -----------------
  429.  
  430. Fixes bugs:
  431.     - Pattern color spaces weren't supported.  (gs_pdf.ps, pdf_draw.ps)
  432.  
  433. Causes references to undefined named Destinations to be ignored rather than
  434. giving an error.  (pdf_main.ps)
  435.  
  436. Library
  437. -------
  438.  
  439. Fixes bugs:
  440.     - A 'const' was omitted in a declaration, upsetting several
  441. compilers.  (gxclread.c)
  442.     - arct and arcto gave an error for negative radii.  (gspath1.c)
  443.     - The collinearity check for arct[o] could cause some arcs to be
  444. rendered as single points.  (gspath1.c)
  445.     - Uncolored patterns sometimes came out blank, because the color
  446. wasn't set before calling the PaintProc.  (gspcolor.c)
  447.     - The phase for masking colored patterns was wrong, producing
  448. incorrect output.  (gspcolor.c)
  449.     - reversepath always appended the current position to the new path,
  450. rather than only doing so if the path just consisted of a single moveto.
  451. (gxpath2.c)
  452.     - cshow didn't restore the current font properly.  (gschar.h,
  453. gschar.c)
  454.     - The check for whether characters can be cached didn't consider
  455. PaintType values other than 0 and 2.  (gschar.c)
  456.     - The bounding box device didn't handle PageCount properly.
  457. (gdevbbox.c)
  458.     - Uncached fonts with a next_char procedure didn't set the glyph
  459. properly.  (gschar.c)
  460.     - Parallelograms with ax < bx, ay < by, and the 'a' edge to the
  461. right of the 'b' edge weren't filled, causing pixels to be omitted from some
  462. highly skewed images.  (gdevddrw.c)
  463.     - 12-bit-per-pixel images in portrait orientation filled each scan
  464. line with the value of the last pixel -- i.e., didn't work.  (gximage4.c)
  465.     - The path representation of a clipping path could include some
  466. inappropriate, leftover path segments.  (gxcpath.c)
  467.     - The angle for the miter check was computed in device space rather
  468. than in user space.  (gxstroke.c)
  469.     - TrueType fonts were lumpy, and the accents of accented characters
  470. were placed incorrectly.  (gstype42.c)
  471.     - Some macros used for generating device prototypes didn't
  472. parenthesize all uses of their parameters, causing possible errors if the
  473. parameters were expressions rather than numeric constants.  (gdevprn.h)
  474.     - When banding, strip halftones (typically produced by
  475. AccurateScreens) sometimes didn't have the correct phase.  (gxbitmap.h,
  476. gxclread.c)
  477.     - A minor change was required for correct compilation with Microsoft
  478. VC++.  (memory_.h)
  479.     - Under certain conditions, character shapes could get wildly
  480. distorted by hints.  (bug introduced in 5.01) (gxhint3.c)
  481.  
  482. For greater Adobe compatibility:
  483.     - Changes reversepath so that the implicit line created by closepath
  484. is not considered a "segment".  (gxpath2.c)
  485.  
  486. Fixes some minor compilation warnings not affecting code functionality.
  487. (gstype1.c)
  488.  
  489. Changes the font and scaled-font caches so that if the font has a UID
  490. (UniqueID or XUID), the UID and FontType are both considered part of the
  491. key, and we don't cache fonts with non-zero PaintType.  (The Red Book says
  492. that changing anything except the Encoding should also change or remove the
  493. UID, but some files don't do this.  The current fix is probably not
  494. sufficient, but it is a step in the right direction.)  (gxfcache.h,
  495. gxccache.c, gxccman.c)
  496.  
  497. Splits off the definitions of font_type and fbit_type into a separate file,
  498. since gxfcache.h now needs font_type.  (gxfcache.h, gxfont.h, gxftype.h)
  499.  
  500. Makes the Flex feature in Type 1 fonts conform to the published
  501. specification, rather than always producing curves.  The comment in the code
  502. (and in the NEWS entry for release 2.6) says that this breaks some very old
  503. Adobe fonts: if this turns out to be a problem, we'll figure out a test that
  504. will do the right thing for these fonts.  (gstype1.c)
  505.  
  506. Provides 'double' versions of some API functions to accommodate the
  507. increased use of doubles in the interpreter.  (gschar.h, gschar.c)
  508.  
  509. Adds a compile-time option to force the use of strip halftones, for
  510. debugging.  (gshtscr.c)
  511.  
  512. Changes the hint snapping algorithm in the Type 1 rasterizer so that it will
  513. only change a stem width by a maximum of 1/2 pixel rather than 1 pixel.
  514. This appears to help with dropouts at certain sizes.  (gxhint2.c)
  515.  
  516. Makes a few changes for clean compilation on BeOS.  (stdpre.h, stat_.h,
  517. gxcpath.c)
  518.  
  519. Version 5.01 (6/22/97)
  520. ======================
  521.  
  522. This fixes a few bugs reported in the 5.0 release.  This will be a
  523. commercially supported release.
  524.  
  525. Documentation
  526. -------------
  527.  
  528. Fixes bugs:
  529.     - README referred to an obsolete file devarch.txt.  (README)
  530.     - The comment on flip4x12 had a typo.  (gsflip.c)
  531.     - The algorithm comments for adjusted_y_spans_pixel weren't precise
  532. enough.  (gxfill.c)
  533.     - The usage message printed by the ps2pdf script didn't indicate
  534. that one can now insert options before the input file name.  (ps2pdf)
  535.     - The file searching documentation didn't indicate that paths
  536. beginning with ./ or ../ are considered "explicit" and not subject to
  537. searching.  (use.txt)
  538.     - The description of SEARCH_HERE_FIRST in the per-platform makefiles
  539. indicated that it only applied to initialization files, not to files
  540. specified on the command line as well.  (*.mak)
  541.     - There were still some references to 16-bit implementations.
  542. (install.txt)
  543.  
  544. Clarifies that -dNODISPLAY also suppresses output to other devices.
  545. (use.txt)
  546.  
  547. Adds the e-mail address for reporting problems to the bug report form, and
  548. also a space to report makefile changes.  (bug-form.txt)
  549.  
  550. Adds a note under -g indicating that it fixes the media size.  (use.txt)
  551.  
  552. Adds an explanation of why Ghostscript can't use the system libraries for
  553. the JPEG package.  (make.txt)
  554.  
  555. Notes that ps2ai doesn't work properly with Adobe's Helvetica-Oblique font,
  556. and other fonts whose original FontMatrix involves skewing or rotation.
  557. (psfiles.txt)
  558.  
  559. Updates the uniprint documentation slightly.  (devices.txt)
  560.  
  561. Notes that the new lj5 drivers do not work with the LJ5L.  (devs.mak)
  562.  
  563. Modifies the Aladdin Free Public License slightly to make it clearer that
  564. the exception for freely redistributable CD-ROMs only applies if the CD-ROM
  565. is being distributed by itself, not with anything else commercial.  (This
  566. has always been the case, but the previous wording wasn't clear enough.)
  567. (PUBLIC)
  568.  
  569. Notes that gcc with -O still has code generation problems on H-P RISC
  570. machines.  (make.txt)
  571.  
  572. Adds a pointer to Martin Lottermoser's hpdj driver.  (new-user.txt)
  573.  
  574. Enhances and reorganizes the documentation for building Ghostscript, in
  575. response to user feedback.  (make.txt, install.txt)
  576.  
  577. Adds a description of the EPSF recognition feature.  (language.txt)
  578.  
  579. Procedures
  580. ----------
  581.  
  582. Fixes bugs:
  583.     - string__h was misspelled string_h in one place.  (lib.mak)
  584.     - gs_dps.ps wasn't installed by "make install".  (unix-end.mak)
  585.     - ccgs (used with non-ANSI C compilers) didn't do the right thing
  586. with -DPNG_USE_CONST.  (ccgs)
  587.  
  588. Adds support for version 96 of libpng, and updates all the makefiles to
  589. reference it.  (libpng.mak, *.mak)
  590.  
  591. Updates the MSVC makefiles to get rid of some warning messages and provide a
  592. way to specify a library path for the final link.  (msvc*.mak)
  593.  
  594. Utilities
  595. ---------
  596.  
  597. Fixes bugs:
  598.     - The usage message for the gslp utility had a minor typo.
  599. (gslp.ps)
  600.     - The "line printer" utility didn't expand tabs properly when
  601. producing PostScript output.  (gslp.ps)
  602.     - The gslp utility didn't automatically include the date.  (gslp)
  603.     - The line printer scripts didn't pass the script name to the
  604. utility program, so the usage message didn't use the correct name.  (gsbj*,
  605. gsdj*, gslj*, gslp*, lp*)
  606.  
  607. Modifies the gslp utility so that invoking it with no arguments prints the
  608. usage message.  (gslp.ps)
  609.  
  610. Adds the ability to specify the number of bits per component to the
  611. CMYK-viewing utility.  (viewcmyk.ps)
  612.  
  613. Changes the ps2pdf script so that on Windows NT, as on Unix, it allows
  614. omitting the output file name, automatically replacing the extension of the
  615. input file with .pdf.  (ps2pdf.bat)
  616.  
  617. Drivers
  618. -------
  619.  
  620. Fixes bugs:
  621.     - Some compilers didn't accept a #define with the macro name on the
  622. next line.  (gdevpx.c)
  623.     - The procedure dash_pattern_eq was defined in two places.
  624. (gdevpdf.c)
  625.     - The uniprint driver sometimes dropped some output or got confused,
  626. because of a misunderstanding about how to update device procedure vectors
  627. properly.  (gdevupd.c)
  628.     - The PostScript and EPS writers produced binary output for images,
  629. which generally can't be sent to PostScript printers.  (gdevpsdf.h,
  630. gdevpdf.c, gdevps.c)
  631.     - The EPS writer put a %%EOF at the end of the file, which might
  632. cause problems for some spoolers if the file is embedded in another.
  633. (gdevps.c)
  634.  
  635. Changes the implementation of printer drivers so that they flush the output
  636. stream after each page.  We aren't absolutely sure that this is a good idea,
  637. but it prevents certain anomalous behavior where the last page isn't ejected
  638. properly.  (gdevprn.c)
  639.  
  640. Implements a long-delayed update to the mgr drivers, to restore the color
  641. mapping to an older one.  (gdevmgr.h, gdevmgr.c)
  642.  
  643. Updates the uniprint driver with a number of changes from its author.
  644. (gdevupd.c)
  645.  
  646. Platforms
  647. ---------
  648.  
  649. Adds the JPEG, Postscript, and PCL XL drivers, which are included on all
  650. other platforms, to the MS Windows platforms.  (bcwin32.mak, msvc4.mak,
  651. msvc5.mak, watcw32.mak)
  652.  
  653. Interpreter
  654. -----------
  655.  
  656. Fixes bugs:
  657.     - composefont defined the resource with the font name and font
  658. directory interchanged.  (gs_cmap.ps)
  659.     - With dFIXEDMEDIA, documents requesting other sizes caused an error
  660. instead of clipping the page.  (gs_init.ps)
  661.     - PageSize Policy = 7 wasn't implemented.  (However, the current
  662. implementation is wrong.)  (gs_setpd.ps, zmedia2.c)
  663.     - FontType resource 42 wasn't defined even if Type 42 fonts were
  664. supported; similarly for FontType 9, 10, and 11 for CIDFonts.  (gs_cidfn.ps,
  665. gs_res.ps)
  666.     - The error handling machinery would break if the name /errordict
  667. was redefined.  (gs_init.ps)
  668.     - Level 1 systems got an /undefined in .doneshowpage.  (zdevice.c,
  669. zdevice2.c)
  670.     - Because of an initialization order problem, copy didn't work on
  671. gstates.  (zgeneric.c)
  672.  
  673. Adds a naive implementation of findcolorrendering.  (gs_lev2.ps, gs_res.ps)
  674.  
  675. Removes the 'stopped' around run_string[_begin/continue/end] so that, as in
  676. 4.03, errors print a hex dump and exit with a non-zero code instead of
  677. printing a readable message and continuing.  (We aren't sure that this
  678. change didn't undo the fix in 5.0 regarding calling startjob from
  679. run_string.)  (gs_init.ps)
  680.  
  681. Interpreter (PDF)
  682. -----------------
  683.  
  684. Fixes bugs:
  685.     - stdin redirection failed for PDF files even if the new stdin was
  686. seekable.  This was fixed in 4.02, but the fix stopped working with the
  687. introduction of .runexec.  (pdf_main.ps)
  688.  
  689. Makes the cross-reference reader accept a startxref value that points at the
  690. EOL before the xref line.  The Adobe documentation doesn't allow this, but
  691. some real files are this way.  (pdf_main.ps)
  692.  
  693. Library
  694. -------
  695.  
  696. Fixes bugs:
  697.     - The bounding box of a completely empty path was reported as
  698. garbage.  (gxpath2.c)
  699.     - Stroking a path with more than one segment didn't produce correct
  700. output when anti-aliasing was used.  (gspaint.c)
  701.     - The alpha-buffer device returned an incorrect clipping box,
  702. causing output to be discarded.  (gdevabuf.c)
  703.     - gx_forward_get_clipping_box passed the wrong device to the target
  704. procedure, producing incorrect results.  (gdevnfwd.c)
  705.     - The sin/cos procedure did some unnecessary computations
  706. (performance bug only).  (gsmisc.c)
  707.     - The procedure for adjusting the ends of curves to match the
  708. tangents did some unnecessary computations (performance bug only).
  709. (gxpcopy.c)
  710.     - RAM-based banding always gave an invalidfileaccess error, due to a
  711. typo in memfile_fopen.  (gxclmem.c)
  712.     - The algorithms for deciding whether a line is thin still weren't
  713. correct.  (gxstroke.c)
  714.     - The fill adjustment values for the any-part-of-pixel case (adjust
  715. = 0.5) were (0.5-epsilon, 0.5+epsilon), which colored inappropriate
  716. additional pixels if the higher coordinate was integral.  With considerable
  717. trepidation, we have changed this to (0.5-epsilon,0.5), which does the right
  718. thing in every case we can think of.  (gxfill.c)
  719.     - When banding, paths were clipped to only 0.5 pixel outside their
  720. bounding box, which may be slightly too conservative; 1 pixel is safer.
  721. (gxclpath.c)
  722.     - The algorithm for testing whether an adjusted Y value spanned a
  723. pixel center was incorrect, causing some pixels to get colored incorrectly.
  724. (gxfill.c)
  725.     - 24-bit devices could cause a memory fault, by accessing a pointer
  726. just beyond the end of the line pointer array.  (gdevm24.c)
  727.     - Astonishingly enough, the determination of which hints were
  728. applicable to a given segment of a Type 1 character was wrong in several
  729. different places.  Fixing this in a way that correctly handled all allowed
  730. permutations of the coordinate system was not simple.  (gxfont1.h,
  731. gxhint1.c, gxhint3.c)
  732.     - The debugging printout macros didn't include the syntactic hack to
  733. prevent an 'else' from begin assigned to the wrong 'if'.  (gdebug.h)
  734.     - The bbox device was accidentally limited to 130 x 130 pixels (not
  735. 130" x 130").  (bug introduced in 5.0) (gdevbbox.c)
  736.     - The bbox device didn't recognize PageBoundingBox in put_params,
  737. causing a possible /undefined error on [g]restore.  (gdevbbox.c)
  738.     - setlinewidth didn't take the absolute value of its operand.
  739. (zgstate.c)
  740.     - Some code formatting was slightly off.  (gximage5.c)
  741.     - Some extra pixels were written for Interpolated images, but they
  742. were immediately overwritten, so the output was correct.  (gximage5.c)
  743.  
  744. Changes the data flipping API from a macro to a procedure, adds a return
  745. value, and makes the individual flipping procedures private.  (gsflip.h,
  746. gsflip.c)
  747.  
  748. Adds (under an #ifdef FUTURE) code to allow passing multi-plane images
  749. through the band list.  (gxclpath.h, gxclimag.c, gxclread.c)
  750.  
  751. Adds (under an #ifdef FUTURE) code to allow passing interpolated images
  752. through the band list.  NOTE: interpolated images will appear slightly
  753. different than without banding, because the part of the image intersecting
  754. each band will be scaled slightly differently in the (device) Y direction.
  755. (gxclpath.h, gxclimag.c, gxclread.c, gximage.c)
  756.  
  757. Changes Type 1 hinting so that when it moves points on a curve, it does so
  758. by properly scaling the curve in the given direction.  (gxhint3.c)
  759.  
  760. Version 5.0 (6/6/97)
  761. ====================
  762.  
  763. This is the first public release since 4.03.
  764.  
  765. Documentation
  766. -------------
  767.  
  768. Fixes bugs:
  769.     - Fontmap.Sol was incorrectly referred to as Fontmap.Solaris.
  770. (use.txt)
  771.     - There was still a reference to pstoppm in the documentation.
  772. (psfiles.txt)
  773.     - The JPEG DOS source site information was out of date.  (jpeg.mak)
  774.     - The list of devices included in the distributed Unix makefiles was
  775. out of date.  (make.txt)
  776.     - The MCU size limitation on the DCT filters was documented
  777. incorrectly.  (current.txt)
  778.     - The URL for the uniprint driver home page was incorrect.
  779. (devices.txt)
  780.     - The makefiles referred to sfilefd.c, which is now named sfxfd.c.
  781. (gs.mak, *.mak)
  782.  
  783. Adds a VMS help file.  (gs-vms.hlp)
  784.  
  785. Removes documentation for Digital Unix (OSF/1) 1.2 and 1.3, which are now
  786. long obsolete, and updates the documentation for current versions.
  787. (make.txt)
  788.  
  789. Notes that there may be a problem with libpng version 0.95.  (libpng.mak)
  790.  
  791. Adds some specific documentation for the JPEG drivers.  (devices.txt)
  792.  
  793. Adds a suggestion that people compiling Ghostscript check the values of
  794. JVERSION and PVERSION.  (make.txt)
  795.  
  796. Removes the requirement for setting the LIB environment variable when
  797. compiling with MSVC.  (make.txt)
  798.  
  799. Procedures
  800. ----------
  801.  
  802. Fixes bugs:
  803.     - There were a number of small errors in the new OpenVMS makefile.
  804. (openvms.mak)
  805.     - The MSVC makefiles omitted a necessary switch to work around some
  806. "unspecified Pentium bugs".  (msvccom.mak)
  807.     - The Borland makefile wasn't even close to working; fixing it
  808. required moving the compilation rule for genarch.exe into the
  809. compiler-specific makefiles.  (bcwin32.mak, msvccom.mak, watcw32.mak,
  810. wincom.mak)
  811.     - There were some (harmless) undefined macro references in the MSVC
  812. makefile.  (msvccom.mak)
  813.  
  814. Makes it unnecessary to set the LIB environment variable for MSVC.
  815. (msvc4.mak, msvc5.mak, wincom.mak)
  816.  
  817. Adds a note on compiling with the cygwin32 gcc compiler for Windows NT.
  818. (make.txt)
  819.  
  820. Updates vms.mak yet again, hopefully for the last time.  (vms.mak)
  821.  
  822. Moves the CGM, JPEG, and MIFF file formats from DEVICE_DEVS8 to
  823. DEVICE_DEVS14 to shorten command lines; adds pcxcmyk to all platforms that
  824. include PCX format at all; adds jpeggray to all platforms that include jpeg.
  825. (devs.mak, *.mak)
  826.  
  827. Adds -DPNG_USE_CONST for compiling libpng, to get rid of compiler warning
  828. messages.  (gs.mak)
  829.  
  830. Removes obsolete makefiles from the fileset.  (tccommon.mak, tctail.mak)
  831.  
  832. Interpreter
  833. -----------
  834.  
  835. Fixes bugs:
  836.     - restore was broken if -dNOBIND was invoked.  This fix should have
  837. been in the 4.81 fileset, but was left out due to operator error.
  838. (gs_dps1.ps)
  839.     - Some compilers complained about macro argument replacement within
  840. a string literal.  (isave.c)
  841.     -dSAFER didn't allow opening the %stdxxx files, which caused the
  842. combination of -dSAFER and -dNOBIND to cause an infinite error.
  843. (gs_init.ps)
  844.     - If C code used run_string to execute a startjob, an error
  845. occurred.  (gs_init.ps)
  846.  
  847. Library
  848. -------
  849.  
  850. Fixes bugs:
  851.     - Some compilers complained about macro argument replacement within
  852. a string literal.  (gxclbits.c, gdevpdfi.c)
  853.     - At certain resolutions, a 1-pixel line of the wrong color could
  854. appear at one edge of landscape-oriented monobit images.  (This is the 4th
  855. or 5th time we have "fixed" this one infuriatingly fragile piece of code.)
  856. (gxfixed.h, gximage1.c)
  857.     - The optimized code for landscape monobit images overlooked the
  858. possibility of partial images, causing parts of images to be translated and
  859. possibly clipped.  (Yes, it's that same fragile piece of code.)
  860. (gximage1.c)
  861.     - The bounding box device allowed resetting its resolution, which
  862. could cause limitchecks from coordinate overflow.  Our fix is to initialize
  863. the device to a very high resolution (4000 dpi), which reduces the maximum
  864. page size it can handle to about 130" on a side.  (gdevbbox.c)
  865.     - The bounding box device wasn't identified as a page device.
  866. (gdevbbox.c)
  867.     - The bounding box device used alone disregarded changes in page
  868. size.  (gdevbbox.c)
  869.     - One old compiler didn't allow a structure member name to be the
  870. same as a typedef name.  (gximage.h, gximage.c, gximage4.c)
  871.     - The height and band intersection computations for banded images
  872. still weren't right, leading to inconsistencies in the band list and errors
  873. in the output (typically, thin horizontal white stripes at band boundaries).
  874. (gxclimag.c)
  875.  
  876. Adds an extensive memory dump facility to the standard allocator.
  877. Eventually this should be moved into a separate file, but it would be too
  878. disruptive to do this just before a release.  (gsalloc.c)
  879.  
  880. Version 4.81 (6/1/97)
  881. =====================
  882.  
  883. This is a last-minute set of bug fixes before the 5.0 release.
  884.  
  885. Documentation
  886. -------------
  887.  
  888. Adds some overlooked helpers to the list.  (helpers.txt)
  889.  
  890. Procedures
  891. ----------
  892.  
  893. Makes a distinction between 2-part and 3-digit version numbers.
  894. (version.mak, vms.mak)
  895.  
  896. Utilities
  897. ---------
  898.  
  899. Develops the Type 1 to CFF converter a little further; it is still NOT
  900. USABLE.  (t1tot2.ps)
  901.  
  902. Removes the pstoppm.ps script, since the p*m drivers supersede it.
  903. (pstoppm.ps, unix-end.mak)
  904.  
  905. Drivers
  906. -------
  907.  
  908. Fixes bugs:
  909.     - The PDF writer sometimes omitted an ET command before setting the
  910. clip path.  (gdevpdf.c)
  911.     - The PDF writer didn't initialize the "vector" state, leading to
  912. some redundant output (performance bug only).  (gdevpdf.c)
  913.     - The PDF writer wrote clip paths even when they included the entire
  914. page (performance bug only).  (gdevpdf.c)
  915.  
  916. Changes the PDF writer so that it recognizes not only the 14 built-in fonts
  917. but any font with the same UniqueID and metrics.  This covers some common
  918. cases of re-registering a font with a variant Encoding.  (gs_pdfwr.ps)
  919.  
  920. Platforms
  921. ---------
  922.  
  923. Fixes bugs:
  924.     - SEARCH_HERE_FIRST was accidentally set to 0 on MS Windows
  925. platforms.  (bcwin32.mak, msvc4.mak, msvc5.mak, watcw32.mak)
  926.  
  927. Adds code to remove "" around arguments in the command line passed to
  928. WinMain (MS Windows platforms).  (dwmain.cpp, dwmainc.cpp)
  929.  
  930. Interpreter
  931. -----------
  932.  
  933. Fixes bugs:
  934.     - setsystemparams was broken.  (gs_lev2.ps)
  935.     - restore was broken if -dNOBIND was invoked.  (gs_dps1.ps)
  936.     - deviceinfo returned much more information than it should.
  937. (gs_dps.ps)
  938.     - The fix for the default EndPage procedures not popping their page
  939. count operand from the stack was wrong.  (gs_init.ps, gs_setpd.ps)
  940.  
  941. Library
  942. -------
  943.  
  944. Fixes bugs:
  945.     - The saved character origin took the translation component of the
  946. FontMatrix into account, which caused charpath on fonts with non-zero
  947. translation in the FontMatrix to produce incorrect results.  (gschar.c)
  948.  
  949. Removes incorrect access attributes on a couple of files.  (gdevpdfm.c,
  950. gxclist.h)
  951.  
  952. Version 4.80(limited) (5/28/97)
  953. =====================
  954.  
  955. This is the candidate fileset for the 5.0 release.
  956.  
  957. Documentation
  958. -------------
  959.  
  960. Fixes bugs:
  961.     - The one-line description of the color image rendering module was
  962. incorrect.  (gximage3.c)
  963.     - Some of the VMS documentation was out of date.  (make.txt,
  964. use.txt)
  965.     - The description of the file name separator for -sFONTMAP= was
  966. wrong.  (use.txt)
  967.     - PSFile was misspelled PSfile.  (use.txt)
  968.     - There were some minor typos.  (gstype1.h)
  969.     - The build instructions had a lot of obsolete information for PC
  970. environments, and didn't cover Microsoft Visual C++.  (make.txt)
  971.  
  972. Explains that -sPAPERSIZE= only specifies the default papersize, and that
  973. forcing a particular paper size also requires -dFIXEDMEDIA.  (use.txt)
  974.  
  975. Adds information about building with GNU make on OpenVMS.  (make.txt)
  976.  
  977. Clarifies the meaning of EOFC for streams.  (strimpl.h)
  978.  
  979. Documents the new dictionary argument for the eexecDecode filter.
  980. (language.doc)
  981.  
  982. Procedures
  983. ----------
  984.  
  985. Fixes bugs:
  986.     - gs_epsf.ps didn't get installed on Unix systems.  (unix-end.mak)
  987.     - The code wouldn't build with libpng 0.95b.  (libpng.mak)
  988.     - One of the VMS scripts used CC_QUAL instead of CC_DEF.
  989. (vms-cc.mak)
  990.     - version.mak wasn't included in a dependency list.  (unix-end.mak)
  991.  
  992. Brings the VMS DCL script up to date again (for the last time, we hope).
  993. (vms.mak)
  994.  
  995. Modifies all platform-independent uses of upper-case command line arguments
  996. to deal properly with VMS, where the shell converts all command line
  997. arguments to lower case, without requiring quotation.  (devs.mak, gs.mak,
  998. int.mak, lib.mak, zlib.mak)
  999.  
  1000. Moves the compilation rules for the third-party libraries into gs.mak, so
  1001. they can be used to compile the callers as well.  (gs.mak, jpeg.mak,
  1002. libpng.mak, zlib.mak)
  1003.  
  1004. Adds a set of files that allow building on OpenVMS using GNU make (slightly
  1005. patched).  The timing on this is unfortunate, but we've wanted this for a
  1006. very long time.  NOTE: be sure to look in the OpenVMS section of make.txt
  1007. for information on patching GNU make.  (openvms.mak, append_l.com,
  1008. rm_all.com, rm_one.com, copy_one.com)
  1009.  
  1010. Adds new makefiles for building on 32-bit Windows with Borland, Watcom, and
  1011. Microsoft Visual C++ (versions 4.x and 5.0).  The timing on this is
  1012. unfortunate too, but having this capability is so important that we couldn't
  1013. pass it up.  (bcwin32.mak, msvc4.mak, msvc5.mak, msvccom.mak, watcw32.mak,
  1014. wincom.mak)
  1015.  
  1016. Removes now-obsolete makefiles.  (dwcommon.mak, msc.mak, msvcwint.mak,
  1017. mscbegin.bat, watcwin.mak)
  1018.  
  1019. Utilities
  1020. ---------
  1021.  
  1022. Extends echogs to work in VMS environments, where the shell converts all
  1023. command line arguments to lower case, without requiring quotation.
  1024. (echogs.c)
  1025.  
  1026. Adds a sketch of a utility for converting Type 1 fonts to CFF.  DOESN'T WORK
  1027. YET: DON'T TRY TO USE IT.  (t1tot2.ps, type1ops.ps, writecff.ps)
  1028.  
  1029. Drivers
  1030. -------
  1031.  
  1032. Fixes bugs:
  1033.     - A type declaration wasn't compatible with libpng 0.95.
  1034. (gdevpng.c)
  1035.     - kshow wasn't handled properly when producing PDF output.
  1036. (gs_pdfwr.ps)
  1037.     - The PDF writer put out unnecessary ET/BT commands.  (gdevpdfx.h,
  1038. gdevpdf.c, gdevpdfi.c, gdevpdfm.c, gdevpdft.c)
  1039.     - The PCL XL writer put out real numbers for the miter limit, which
  1040. are not allowed (!).  (gdevpx.c)
  1041.     - The PCL XL writer didn't combine successive curves into a single
  1042. curve command (performance bug only).  (gdevpx.c)
  1043.     - The PCL XL writer could write uncompressed images with a tag
  1044. saying they were compressed.  (gdevpx.c)
  1045.     - The PCL XL writer always selected U.S. letter paper, rather than
  1046. the requested size.  (gdevpxen.h, gdevpx.c)
  1047.     - The PCL XL writer reselected the paper size on every page, even if
  1048. it hadn't changed.  (gdevpx.c)
  1049.     - The PCL XL writer always used shorts for line and curve
  1050. coordinates, rather than using bytes when possible (performance bug only).
  1051. (gdevpx.c)
  1052.     - Because of a compiler bug, a macro with argument conflicted with a
  1053. variable name.  (gdevpdfx.h, gdevpdf.c)
  1054.     - A picky compiler objected to an extern for an undefined structure.
  1055. (gdevpsdf.h)
  1056.     - The PDF writer sometimes didn't reset the clipping path, causing
  1057. bitmaps or rectangle to disappear.  (gdevpdf.c, gdevpdfi.c)
  1058.     - The PDF writer produced invalid output if the first page was
  1059. blank.  (gdevpdf.c)
  1060.     - The AutoRotatePages parameter for PostScript and PDF output (which
  1061. doesn't actually do anything yet) incorrectly expected a Boolean value
  1062. rather than an enumeration.  (gdevpsdf.h, gdevpsdf.c)
  1063.     - Some places returned -1 for an error without calling gs_note_error
  1064. or gs_return_error.  (gdevm1.c, gdevmpla.c, gdevrun.c, gxclpath.c)
  1065.     - The PCL XL writer produced extremely large files because it didn't
  1066. download character bitmaps.  (OK, this isn't really a bug fix.)  (gdevpx.c)
  1067.     - The forwarding implementation of get_page_device didn't do the
  1068. right thing.  (gdevnfwd.c)
  1069.     - The x11alpha device didn't implement get_params properly, leading
  1070. to anomalous behavior.  (gdevxalt.c)
  1071.     - The PDF writer produced incorrect Count values for outlines: the
  1072. count only counted descendant leaves, omitting intermediate nodes.
  1073. (gdevpdfm.c)
  1074.  
  1075. Removes an assumption that images have at most 4 components.  (gdevpdfi.c)
  1076.  
  1077. Adds an x11gray2 device, primarily for debugging.  (devs.mak, gdevxalt.c)
  1078.  
  1079. Updates the unified printer driver with a newer version.  (uninfo.ps,
  1080. gdevupd.c, *.upp)
  1081.  
  1082. Platforms
  1083. ---------
  1084.  
  1085. Adds the P*M devices and the X11 devices (commented out) to the OS/2
  1086. makefile.  (os2.mak)
  1087.  
  1088. Updates the MS Windows platform to be compatible with Microsoft Visual C++
  1089. (as well as Watcom and Borland compilers).  (gsdll32.def, gdevmswn.h,
  1090. gp_mswin.h, gsdll.h, dwimg.cpp, dwmain.cpp, dwmainc.cpp, dwtext.cpp,
  1091. gdevwdib.c, gdevwprn.c, gdevwpr2.c, gp_mswin.c, gsdll.c)
  1092.  
  1093. Fonts
  1094. -----
  1095.  
  1096. Fixes bugs:
  1097.     - Certain synthetic fonts incorrectly were loaded into local rather
  1098. than global VM.  (These fonts are not part of the standard distribution.)
  1099. (gs_fonts.ps, gs_pfile.ps, *ss*.ps)
  1100.  
  1101. Interpreter
  1102. -----------
  1103.  
  1104. Fixes bugs:
  1105.     - The FAKEFONTS scan could leave junk on the stack.  (gs_fonts.ps)
  1106.     - Dynamically loading known encodings on demand left junk on the
  1107. stack, causing a typecheck error.  (gs_res.ps)
  1108.     - Some 'static' declarations were missing (gcc lossage).  (iname.c)
  1109.     - Some internal operators didn't have names, leading to unhelpful
  1110. error printout.  (zfileio.c)
  1111.     - The resource "operators" didn't always restore the stacks properly
  1112. on an error.  (gs_res.ps)
  1113.     - The CID font code left a garbage value on the stack during
  1114. loading.  (gs_cidfn.ps)
  1115.     - The defineresource implementation for built-in resources like
  1116. FMapType didn't leave the resource "value" on the stack.  (gs_res.ps)
  1117.     - If an operator defined by a procedure was bound into a packed
  1118. procedure, the stack-protection feature wasn't effective.  (interp.c)
  1119.     - findfont didn't restore the stack if it failed.  (gs_res.ps)
  1120.     - The showpage count passed to the BeginPage and EndPage procedures
  1121. was incremented only if a page was printed, rather than for every invocation
  1122. of showpage.  (gs_init.ps, zdevice2.c)
  1123.     - The default EndPage procedures didn't pop their page count operand
  1124. from the stack.  (gs_init.ps, gs_setpd.ps)
  1125.     - If the argument of findfont wasn't a name or a string, and no font
  1126. with that key had been registered, an error occurred.  (gs_fonts.ps,
  1127. gs_res.ps)
  1128.  
  1129. Updates most of the remaining pseudo-operators to take advantage of stack
  1130. protection.  (gs_btokn.ps, gs_cmap.ps, gs_dps1.ps, gs_dps2.ps, gs_fonts.ps,
  1131. gs_lev2.ps, gs_pdfwr.ps)
  1132.  
  1133. Splits the image operators into a separate file from the path painting
  1134. operators.  (This should have been done a long time ago.)  (iimage.h,
  1135. zimage.c, zpaint.c)
  1136.  
  1137. Adds more of the implementation of the NeXT alpha and compositing
  1138. operations, under an #ifdef DPNEXT.  (iimage.h, zcolor1.c, zdpnext.c,
  1139. zimage.c)
  1140.  
  1141. Adds more of the implementation of DPS contexts.  These are still not
  1142. usable.  (icontext.h, icontext.c, zcontext.c, zmath.c)
  1143.  
  1144. Changes the help message to describe -dBATCH instead of -c quit.
  1145. (imainarg.c)
  1146.  
  1147. Recognizes the dictionary argument for the eexecDecode filter.  (zmisc1.c)
  1148.  
  1149. Streams
  1150. -------
  1151.  
  1152. Fixes bugs:
  1153.     - The tracing message when starting to decode 1-D fax data reported
  1154. the run_color incorrectly.  (scfd.c)
  1155.     - In the CCITTFaxDecode filter, if a buffer boundary fell between a
  1156. makeup code and a final zero-length termination code, an ioerror could
  1157. occur.  (scfd.c)
  1158.     - Per Adobe, in the CCITTFaxDecode filter, EndOfBlock = true should
  1159. cause Rows to be ignored.  (scfd.c)
  1160.     - If an output stream returned EOFC, an infinite loop might result.
  1161. This problem (and the fix) are in the same fragile code as the EOD fix in
  1162. 4.74, and we may again have introduced a new bug.  (stream.c)
  1163.  
  1164. Changes the eexecDecode filter so that instead of a number, it can take a
  1165. dictionary with two keys, seed and lenIV.  (Having eexecDecode skip initial
  1166. bytes at all was a design bug that is too late to fix.)  (sfilter.h,
  1167. seexec.c)
  1168.  
  1169. Library
  1170. -------
  1171.  
  1172. Fixes bugs:
  1173.     - The default mapping from RGB+alpha to RGB didn't lighten
  1174. (premultiply) the color according to the alpha value.  (gxcmap.c)
  1175.     - The angle error metric for rational tangent screen parameters
  1176. should be simply the difference in angle, not a ratio.  (gshtscr.c)
  1177.     - gs_setcolorscreen and gs_sethalftone didn't initialize an
  1178. allocator pointer, leading to memory access errors.  (gsht1.c)
  1179.     - If a banded image was clipped, an invalid band list could be
  1180. produced.  (gxclimag.c)
  1181.     - A picky compiler wouldn't allow an enum to be &&'ed with a
  1182. boolean.  (gschar.c)
  1183.     - A short-sighted compiler didn't allow the use of actual procedure
  1184. names (as opposed to procedure variables) in a conditional expression.
  1185. (gxfill.c)
  1186.     - A compiler objected to a name longer than 31 characters.  (gzht.h,
  1187. gsht.c, gxclread.c)
  1188.     - The height computations for banded images were not consistent,
  1189. possibly leading to invalid band lists.  (gxclimag.c)
  1190.     - copypage didn't reset the band writer and band reader bookkeeping
  1191. consistently, leading to incorrect output and possible errors.  (gxcldev.h,
  1192. gxclist.c, gxclread.c)
  1193.     - When banding, changing the halftone could lead to accessing memory
  1194. after freeing it.  (gxclread.c)
  1195.     - When using disk files for band storage, showpage didn't actually
  1196. delete or truncate the band list file, possibly causing subsequent copypage
  1197. operations to become confused.  (gxclfile.c)
  1198.     - When banding, having more than one image operator in progress at a
  1199. time confused the rasterizing pass and could produce arbitrary errors.  From
  1200. PostScript, this can only happen in the case of an image whose data source
  1201. was a procedure-based stream that itself invoked an image operator: this is
  1202. a senseless and perverse thing to do, but it shouldn't break the code (and a
  1203. Genoa CET file actually does it).  (gxclist.h, gxclimag.c, gxclist.c)
  1204.     - Some picky compilers objected to negating unsigned values.
  1205. (gsuid.h, gsht.c, gsmemory.c, gxpcopy.c)
  1206.     - When banding, if a 90- or 270-degree rotated monobit image was
  1207. clipped, invalid memory accesses could occur.  (gximage.h, gximage1.c)
  1208.     - The showpage count passed to the BeginPage and EndPage procedures
  1209. was incremented only if a page was printed, rather than for every invocation
  1210. of showpage.  Fixing this requires removing the incrementing of the count
  1211. from the library level altogether.  (gsdevice.c)
  1212.     - When rendering a subrectangle of an image, the X DDA was
  1213. initialized incorrectly, causing possible errors.  We think this only
  1214. affected certain banded images.  (gxdda.h)
  1215.  
  1216. Adds a provision for images with an alpha component, under an #ifdef DPNEXT.
  1217. ****** THE BANDING CODE HAS NOT BEEN UPDATED YET. ******  (gsiparam.h,
  1218. gxcmap.h, gxdither.h, gximage.h, gsimage.c, gxclimag.c, gxclread.c,
  1219. gxcmap.c, gximage.c, gximage3.c, gximage4.c ****** NOT DONE YET ******,
  1220. gximage5.c)
  1221.  
  1222. Adds a return_if_error macro to capture the common idiom of making a call
  1223. and then returning its value if that value is negative (error).  (gserror.h)
  1224.  
  1225. Version 4.74(limited) (5/5/97)
  1226. =====================
  1227.  
  1228. This fileset is supposed to fix all remaining errors reported by the Genoa
  1229. CET, and is intended to be the last incremental test fileset before the 5.0
  1230. release.
  1231.  
  1232. Documentation
  1233. -------------
  1234.  
  1235. Fixes bugs:
  1236.     - Mark procedures are *not* executed in the normal return case.
  1237. (estack.h)
  1238.     - The line_params element of a gs_imager_state is *not* allocated
  1239. separately.  (gsstate.c)
  1240.     - The value passed to the PDF writer for text is a dictionary, not
  1241. an array.  (gdevpdft.c)
  1242.  
  1243. Improves the documentation of gstate memory management.  (gsstate.c)
  1244.  
  1245. Documents end_status = EOFC for writing streams.  (stream.h, strimpl.h)
  1246.  
  1247. Clarifies memory management for halftones and device halftones.  (gsht1.h,
  1248. gxdht.h, gxht.h, gzht.h)
  1249.  
  1250. Removes the "experimental" tag from the PostScript and EPS writers.
  1251. (devs.mak)
  1252.  
  1253. Utilities
  1254. ---------
  1255.  
  1256. Fixes bugs:
  1257.     - The viewpcx utility scaled images improperly.  (viewpcx.ps)
  1258.     - If a PDF file used F instead of f for filling a path, pdf2ps
  1259. didn't output the fill operation.  (pdf_base.ps)
  1260.  
  1261. Changes the ps2pdf script so that, like pdf2ps, it allows debugging
  1262. switches.  (ps2pdf)
  1263.  
  1264. Drivers
  1265. -------
  1266.  
  1267. Fixes bugs:
  1268.     - The vgalib driver didn't clip monobit images properly.
  1269. (gdevvglb.c)
  1270.     - The X driver asked for exposure events to be reported, but never
  1271. read them, causing the event queue to grow indefinitely.  (gdevxini.c)
  1272.     - The "vector" drivers and the PDF writer didn't properly keep track
  1273. of whether the current clipping region was the default one.  (gs_pdfwr.ps,
  1274. gdevvec.h, gdevvec.c, gdevpdf.c, gdevpdft.c)
  1275.     - The PDF writer had word and character spacing interchanged.
  1276. (gdevpdft.c)
  1277.     - The PDF writer scaled word and character spacing incorrectly.
  1278. (gdevpdft.c)
  1279.  
  1280. Interpreter
  1281. -----------
  1282.  
  1283. Fixes bugs:
  1284.     - The user object operators didn't leave the stack in a clean state
  1285. if they failed.  (gs_dps2.ps)
  1286.     - UserObjects wasn't actually defined.  (gs_dps2.ps)
  1287.     - deviceinfo and set/currenthalftonephase were defined even if the
  1288. dps feature wasn't selected.  (int.mak, gs_dps.ps, gs_dps1.ps, gs_lev2.ps,
  1289. zdps.c, zdps1.c)
  1290.     - The dps feature didn't automatically include the level2 feature,
  1291. which it needs.  (int.mak)
  1292.     - The DPS user names mechanism didn't work, since the user names
  1293. array was subject to save and restore.  (It still doesn't really work --
  1294. there is no provision for expanding the user names array, which is created
  1295. with length 0.)  (gs_btokn.ps, ivmspace.h, zbseq.c, zdps.c)
  1296.     - The DPS context operators didn't do all the necessary error
  1297. checking.  (zcontext.c)
  1298.     - The debugging printout for names printed the name index in hex
  1299. without identifying it as such.  (idebug.c)
  1300.     - Adding the first non-name key (or name key with a name index
  1301. beyond 4K) to a dictionary that had any deleted entries could cause some
  1302. entries to apparently disappear.  (idict.c)
  1303.     - If a sub-table of the name table was freed during garbage
  1304. collection, memory could be left in an inconsistent state.  (iname.c, igc.c)
  1305.     - findfont didn't restore the stacks reliably if an error occurred.
  1306. (gs_fonts.ps)
  1307.     - definefont with an invalid Type 0 font sometimes added a FID entry
  1308. (with a dangling pointer) if it failed.  (Recovering properly from a VMerror
  1309. during font creation would require a much more complicated fix than this,
  1310. but since we expect a garbage collection to occur in that case, we aren't
  1311. concerned about it.)  (zfont0.c)
  1312.     - Reading parameter values from a dictionary could access beyond the
  1313. end of the array that keeps track of which entries had been referenced.
  1314. (idict.h, idict.c, iparam.c)
  1315.     - Halftone data was allocated in the current VM rather than in the
  1316. same VM as the halftone dictionary or procedure.  (Fixing this includes
  1317. updating code as necessary for the change in halftone and device halftone
  1318. allocation.)  (iht.h, ivmspace.h, zht.c, zht1.c, zht2.c)
  1319.     - Closed non-executable files on the e-stack could cause a restore
  1320. to be invalid.  (zvmem.c)
  1321.  
  1322. Adds skeleton code for the NeXT Display PostScript alpha and compositing
  1323. operators.  This is not ready for use yet!  (errors.h, gs_dpnxt.ps,
  1324. zdpsnext.c)
  1325.  
  1326. Implements more of state saving and restoring for Display PostScript
  1327. contexts.  This is not ready for use yet either.  (int.mak, icontext.h,
  1328. istack.h, icontext.c, zcontext.c)
  1329.  
  1330. Adds stub code for the Display PostScript view clip operators.  (gs_dps.ps,
  1331. zdps.c)
  1332.  
  1333. Removes the obsolete PPM-writing operator.  (int.mak, vms.mak, *.mak,
  1334. zwppm.c)
  1335.  
  1336. Makes the random number generator state public so it can be stored in the
  1337. context state.  (zmath.c)
  1338.  
  1339. Changes the flag for forcing global garbage collection to a run-time
  1340. variable, for debugging.  (igc.c)
  1341.  
  1342. Changes the handling of job control so that it doesn't use procedures that
  1343. produce an execstackoverflow when being printed.  (gs_init.ps)
  1344.  
  1345. Updates code as necessary for the change in reference counting.  (zcie.c,
  1346. zcrd.c)
  1347.  
  1348. Updates code as necessary for the change in off-stack gstate copying.
  1349. (zdps1.c)
  1350.  
  1351. Removes a small bit of obsolete code.  (interp.c)
  1352.  
  1353. Streams
  1354. -------
  1355.  
  1356. Fixes bugs:
  1357.     - An output stream that was not the last one in a pipeline could
  1358. incorrectly be asked to write its EOD marker more than once.  (The fix is
  1359. very fragile and may have introduced new bugs.)  (stream.c)
  1360.  
  1361. Library
  1362. -------
  1363.  
  1364. Fixes bugs:
  1365.     - The gx_device_halftone_release procedure was declared in two
  1366. different header files.  (gzht.h)
  1367.     - Off-stack copying of gstates could lead to a situation where
  1368. different parts of a single gstate were owned by different allocators; this
  1369. could cause them to be freed improperly, corrupting memory.  We fixed this
  1370. partly by making the mixed ownership situation work, and partly by copying
  1371. more of the gstate when off-stack gstates are involved.  Unfortunately, the
  1372. fixes are subtle and may have introduced new bugs.  (gsstate.h, gsht.c,
  1373. gsht1.c, gspcolor.c, gsstate.c)
  1374.     - If an error occurred while creating a Pattern instance, the
  1375. partially initialized instance structure wasn't freed.  (gspcolor.c)
  1376.     - Halftones and device halftones didn't allocate their clones or
  1377. their subsidiary structures with the correct allocator.  (gsht.c, gsht1.c)
  1378.     - The error statement when allocating a reference-counted object had
  1379. to be a control transfer.  (gsrefct.h)
  1380.     - Copying gstates incorrectly copied the memory and saved pointers,
  1381. and the pointer to the dash pattern.  (gsstate.c)
  1382.     - Flatness values less than 0.5 produced far more line segments than
  1383. necessary (roughly the square of the required number).  Fixing this may have
  1384. bad effects on character quality -- this remains to be seen.  (gxpflat.c)
  1385.     - An error during installation of a halftone could leave things in
  1386. an inconsistent state.  (gsht.c)
  1387.     - The API didn't provide enough flexibility with respect to memory
  1388. management for halftones, or guarantee consistent allocation of a halftone
  1389. and its subelements.  (gsht1.h, gsht.c, gsht1.c, gshtscr.c)
  1390.     - Releasing a path didn't clear enough pointers to ensure clean
  1391. garbage collection.  (gxpath.c)
  1392.     - Finalizing or discarding a (cached) scaled font didn't properly
  1393. unlink it from the scaled_fonts list.  (gsfont.c)
  1394.     - Invoking an image operator within the BuildChar procedure for a
  1395. charpath caused an infinite loop.  (gsimage.c)
  1396.     - The bookkeeping for the scaled font cache was incorrect: the count
  1397. didn't always get decremented when a scaled font was freed.  (gsfont.c)
  1398.     - "High level" masked images were written incorrectly in the band
  1399. list as black-and-white images.  (gxclimag.c)
  1400.     - For "high level" images with fewer than 4 samples per pixel,
  1401. non-standard Decode values were written incorrectly in the band list.
  1402. (gxclimag.c)
  1403.     - The color wasn't set correctly for "high level" masked images.
  1404. (gxclimag.c)
  1405.     - The fastest case of monobit image rendering could get a memory
  1406. access error if the image lay partly outside the page.  (gximage1.c)
  1407.     - Clipping with an empty path was a no-op, rather than clipping out
  1408. everything.  (gxcpath.c)
  1409.  
  1410. Makes reference-counted objects remember which allocator owns them: this
  1411. entails a NON-BACKWARD-COMPATIBLE change to some of the macros for reference
  1412. counting.  This was necessary to fix the off-stack gstate copying problem.
  1413. (gsrefct.h, gscie.c, gscolor.c, gscolor1.c, gscolor2.c, gscsepr.c,
  1414. gsstate.c, gxclread.c)
  1415.  
  1416. Refactors the unpacking of image data, to make unpacking available as a
  1417. general facility.  (gximage.h, gxsample.h, gximage.c, gximage0.c,
  1418. gximage1.c, gximage4.c, gxsample.c)
  1419.  
  1420. Enhances -Z? so that before freeing an object, it checks that the object was
  1421. owned by the correct allocator.  (gsalloc.c)
  1422.  
  1423. Version 4.73(limited) (4/19/97)
  1424. =====================
  1425.  
  1426. This is an incremental bug fix release made primarily to provide a
  1427. synchronization point for an upcoming trip.
  1428.  
  1429. Documentation
  1430. -------------
  1431.  
  1432. Fixes bugs:
  1433.     - A reference to the uniprint documentation was incorrect.
  1434. (current.txt)
  1435.     - -Olimit 1000 is not enough now for DEC Ultrix, 1200 is required;
  1436. this is also required for SGI IRIX.  (make.txt)
  1437.  
  1438. Adds argument/result comments to all the operators defined in gs_lev2.ps.
  1439. (Eventually we will do this for all operators defined as PostScript
  1440. procedures.)  (gs_lev2.ps)
  1441.  
  1442. Procedures
  1443. ----------
  1444.  
  1445. Fixes bugs:
  1446.     - The makefiles didn't provide a default value for GCONFIG_EXTRAS.
  1447. (gs.mak)
  1448.  
  1449. Utilities
  1450. ---------
  1451.  
  1452. Fixes bugs:
  1453.     - pdf2ps didn't work with TrueType or compressed Type 1 fonts.
  1454. (gs_pdf.ps, pdf_2ps.ps, pdf_font.ps)
  1455.  
  1456. Drivers
  1457. -------
  1458.  
  1459. Fixes bugs:
  1460.     - A cast from byte to char was omitted.  (gdevpdfm.c)
  1461.  
  1462. Platforms
  1463. ---------
  1464.  
  1465. Updates the VMS script (again).  (vms.mak)
  1466.  
  1467. Interpreter
  1468. -----------
  1469.  
  1470. Fixes bugs:
  1471.     - A module that used strlen didn't include string_.h.  (zdevice.c)
  1472.     - Because of some bad PostScript code in FrameMaker output, identity
  1473. rather than unity black generation and undercolor removal functions are
  1474. required on black-and-white devices.  (gs_init.ps)
  1475.     - A harmless internal error during initialization left bogus
  1476. information in $error.  (gs_cidfn.ps)
  1477.     - startjob didn't clear the execution stack.  Fixing this required
  1478. NON-BACKWARD-COMPATIBLE changes to the internal operators .instopped, .stop,
  1479. and .stopped, which are not supposed to be used by any external code.
  1480. (startjob will still give errors if executed in a file that isn't being
  1481. piped from stdin; this will take longer to fix.)  (gs_init.ps, gs_lev2.ps,
  1482. iref.h, imain.c, interp.c, zcontrol.c, zfile.c)
  1483.  
  1484. Adds a new .execn operator, part of the startjob changes, that allows
  1485. pushing multiple items on the exec stack.  Eventually this will allow us to
  1486. get rid of many dynamically created closures.  (zcontrol.c)
  1487.  
  1488. Interpreter (PDF)
  1489. -----------------
  1490.  
  1491. Fixes bugs:
  1492.     - Landscape-mode PDF files weren't rotated properly.  (gs_pdf.ps,
  1493. pdf_main.ps)
  1494.  
  1495. Makes the default PDF configuration notify users more informatively when
  1496. encountering an encrypted file.  (pdf_sec.ps)
  1497.  
  1498. Streams
  1499. -------
  1500.  
  1501. Makes the RunLengthEncode filter always generate optimally compressed
  1502. output.  We did this because we thought one of the Genoa CET files loops
  1503. forever if this is not the case; but we were wrong.  (srle.c)
  1504.  
  1505. Library
  1506. -------
  1507.  
  1508. Fixes bugs:
  1509.     - If one coordinate of a position or distance overflowed the
  1510. internal representable range, the other coordinate became garbage.  (bug
  1511. introduced in 4.70) (gspath.c)
  1512.     - The bounding box computation for strokes was slightly too large
  1513. (sometimes much too large).  (gxpaint.h, gdevbbox.c, gxclpath.c, gxstroke.c)
  1514.  
  1515. Adds (under an #if 0) an experimental alternate halftone cell choice
  1516. algorithm.  (gshtscr.c)
  1517.  
  1518. Adds a better comment to a particularly obscure line of C code.
  1519. (gxclimag.c)
  1520.  
  1521. Version 4.72(limited) (4/14/97)
  1522. =====================
  1523.  
  1524. This is another bug fix release, motivated mostly by Genoa testing.  It also
  1525. updates the new uniprint driver with a major revision, and upgrades CFF
  1526. support a little bit.
  1527.  
  1528. Documentation
  1529. -------------
  1530.  
  1531. Fixes bugs:
  1532.     - -dNOGC only disables default automatic garbage collection, not all
  1533. garbage collection.  (use.txt)
  1534.     - Apparently a different set of flags is needed for newer H-P
  1535. compilers.  (make.txt)
  1536.  
  1537. Replaces the tiny FAQ with a pointer to the on-line FAQ.  (use.txt)
  1538.  
  1539. Updates the documentation for the uniprint driver.  (devices.txt)
  1540.  
  1541. Clarifies the fact that Ghostscript reads Fontmap files from *all*
  1542. directories in the search list.  (use.txt)
  1543.  
  1544. Notes that building on Linux may require SM and ICE in the list of X
  1545. libraries.  (make.txt)
  1546.  
  1547. Procedures
  1548. ----------
  1549.  
  1550. Fixes bugs:
  1551.     - An -include type42 was omitted from the level2 module description.
  1552. (int.mak)
  1553.     - A mention of $(ECHOGS) in the rule for sfile should have been
  1554. $(ECHOGS_XE).  (lib.mak)
  1555.     - The pcx2up sample device should have been put in devs.mak rather
  1556. than lib.mak.  (devs.mak, lib.mak)
  1557.     - scanchar.h and scantab.c belong in the library, not the
  1558. interpreter.  (devs.mak, int.mak, lib.mak)
  1559.     - Some _h definitions were used before being defined, or weren't
  1560. defined at all.  (devs.mak, lib.mak)
  1561.     - The JPEG driver was missing a dependency.  (devs.mak)
  1562.     - The PDF writer was missing a dependency.  (devs.mak)
  1563.     - Building Level 1 systems was no longer possible.  (int.mak)
  1564.  
  1565. Updates the VMS build scripts.  (vms.mak, vms-decc.mak)
  1566.  
  1567. Adds *.upp to the list of files installed under Unix.  (unix-end.mak)
  1568.  
  1569. Adds rules to the Unix makefiles to build two library files: gs.a,
  1570. consisting of the entire PostScript/PDF interpreter lacking only gs.c, and
  1571. gslib.a, consisting of the graphics library without the gslib.c test driver.
  1572. (ansihead.mak, cc-head.mak, gcc-head.mak, unixtail.mak)
  1573.  
  1574. Drivers
  1575. -------
  1576.  
  1577. Fixes bugs:
  1578.     - The PS/EPS writers could generate a reference to an undefined
  1579. name.  (gdevps.c)
  1580.     - The PDF writer produced incorrect output for multi-level outlines.
  1581. (gdevpdfm.c)
  1582.     - The PDF writer didn't convert /Action to /A, and /Action/Subtype
  1583. to /S, in Annot dictionaries.  (gdevpdfm.c)
  1584.     - The PDF writer didn't work in Level 1 systems.  (gs_pdfwr.ps)
  1585.     - The PDF writer didn't transform /Rect and /R values to current
  1586. user coordinates.  (gs_pdfwr.ps, gdevpdfx.h, gdevpdfm.c)
  1587.     - The PNG writer could refer to the 3 predefined stdio files even in
  1588. environments where this was undesirable.  (gdevpng.c)
  1589.     - The PDF writer had a compiled-in limit of 100 pages of output.
  1590. (gdevpdfx.h, gdevpdf.c)
  1591.  
  1592. Updates the uniprint driver with a major revision that uses device
  1593. parameters that can be set from the command line, rather than PostScript
  1594. code, for configuration choices.  (gdevupd.c, *.upp)
  1595.  
  1596. Platforms
  1597. ---------
  1598.  
  1599. Fixes bugs:
  1600.     - gp_enumerate_files_next had no way to return an error.  (gp.h,
  1601. gp_dosfe.c, gp_ntfs.c, gp_os2.c, gp_unifs.c, gp_vms.c) ****** NOT
  1602. IMPLEMENTED YET ******
  1603.     - On the Watcom platform, CPU_TYPE >= 486 didn't automatically set
  1604. FPU_TYPE to 387.  (wccommon.mak)
  1605.  
  1606. Interpreter
  1607. -----------
  1608.  
  1609. Fixes bugs:
  1610.     - Caching the current device in userdict could create dangling
  1611. references.  (gs_init.ps, gs_pdfwr.ps, zdevice.c)
  1612.     - If an error occurred in a BuildChar or BuildGlyph procedure, the
  1613. graphics state stack wasn't restored.  (ichar.h, zchar.c, zchar2.c)
  1614.     - There was an obsolete check for a structure when cleaning up after
  1615. a show operator.  (zchar.c)
  1616.     - Attempting to show a character with no associated glyph in a Type
  1617. 3 font with a BuildGlyph procedure caused an error.  (zchar.c)
  1618.     - noaccess on a read-only dictionary didn't give an error.
  1619. (ztype.c)
  1620.     - The dictionary passed to a Pattern's PaintProc was the original
  1621. template, not the copy made by makepattern.  (gs_lev2.ps)
  1622.     - Invalid font parameters could result in partially constructed
  1623. fonts, which caused problems for restore.  (zfont0.c, zfont2.c)
  1624.     - Files run under job control caused an error when terminating.
  1625. (gs_init.ps)
  1626.     - setpagedevice didn't protect itself against malfunctioning
  1627. BeginPage or EndPage procedures.  (The protection is still not perfect.)
  1628. (gs_setpd.ps)
  1629.     - .type42execchar called font_param redundantly.  (zchar42.c)
  1630.     - The font operators didn't protect themselves well enough against
  1631. bogus font dictionaries.  (zfont.c, zfont0.c)
  1632.     - If an error occurred within a stringwidth, the graphics state
  1633. stack wasn't restored properly.  (zchar.c)
  1634.     - If an error occurred within the PaintProc of a form, the graphics
  1635. state stack was left with an extra entry.  (gs_lev2.ps)
  1636.     - Registering a font under a second name could corrupt data
  1637. structures.  (zfont2.c)
  1638.     - Different scalings of the same font should have "equal" fontIDs,
  1639. to match the Adobe implementations.  (iutil.c)
  1640.     - Errors detected by PostScript code during initialization either
  1641. allowed execution to continue or produced a hex stack dump, instead of just
  1642. producing a message and exiting.  (interp.c)
  1643.     - The memory validator didn't validate chunks at previous save
  1644. levels.  (ilocate.c)
  1645.     - The Level 1 size of systemdict was too small.  (iinit.c)
  1646.     - Attempting to define a Category resource in local VM gave a
  1647. typecheck error rather than an invalidaccess.  (gs_res.ps)
  1648.     - Building Level 1 systems was no longer possible.  (zusparam.c)
  1649.  
  1650. Rearranges the interpreter code slightly so that all operator invocations go
  1651. through a single procedure when debugging.  (interp.c)
  1652.  
  1653. Adds a -K<numK> switch to limit the total amount of memory that Ghostscript
  1654. can acquire.  (imainarg.c)
  1655.  
  1656. Makes the memory validator check packed refs more carefully.  (ilocate.c)
  1657.  
  1658. Makes the memory validator check explicitly for pointers to freed objects.
  1659. (igc.c, ilocate.c)
  1660.  
  1661. Makes the memory validator check dictionaries more carefully.  (ilocate.c)
  1662.  
  1663. Makes the memory validator check refs embedded in structures.  (ilocate.c)
  1664.  
  1665. Adds a debugging option that bypasses the garbage collector entirely.
  1666. (igc.c)
  1667.  
  1668. Adds debugging options to validate memory before/after save/restore.
  1669. (zvmem.c)
  1670.  
  1671. Removes the patch for the uniprint driver, since it is no longer needed.
  1672. (gs_init.ps)
  1673.  
  1674. Implements real-number operands in CFF fonts.  (gs_cff.ps)
  1675.  
  1676. Implements non-default charsets in CFF fonts.  (gs_cff.ps)
  1677.  
  1678. Interpreter (PDF)
  1679. -----------------
  1680.  
  1681. Fixes bugs:
  1682.     - The PDF 1.2 "marked content" operators weren't defined.
  1683. (pdf_main.ps)
  1684.     - Streams with binary data whose first character was an EOL (\n)
  1685. didn't parse properly.  Unfortunately, the way we fixed this may break some
  1686. other files.  (pdf_base.ps)
  1687.     - PDF 1.2 #nn escape syntax in names wasn't recognized.  ****** This
  1688. is implemented with an inefficient hack that should be moved down into C.
  1689. However, I don't want to risk introducing new bugs during the beta test
  1690. period. ****** (pdf_base.ps)
  1691.     - The interpreter had a limit of 64K objects.  Removing this limit
  1692. required changing a basic data structure -- admittedly a risky thing to do
  1693. during beta test.  (pdf_base.ps, pdf_main.ps)
  1694.     - TJ didn't multiply the offsets by the font size, causing incorrect
  1695. character positioning.  (gs_pdf.ps)
  1696.  
  1697. Streams
  1698. -------
  1699.  
  1700. Fixes bugs:
  1701.     - The ASCIIHexDecode filter read an extra character in case of
  1702. error.  (sstring.c)
  1703.  
  1704. Adds more tracing output to the CCITTFaxDecode stream.  (scfd.c)
  1705.  
  1706. Library
  1707. -------
  1708.  
  1709. Fixes bugs:
  1710.     - The allocator client name for rendering bitmap patterns was
  1711. incorrect.  (Only affects tracing output.)  (gspcolor.c)
  1712.     - The check for exceeding the overall allocation limit was
  1713. incorrect, because of unsigned arithmetic.  (Only affects limitation of
  1714. total allocation, which is only used for debugging and benchmarking.)
  1715. (gsmemory.c)
  1716.     - The 0'th component of colored screens wasn't passed through the
  1717. band list, possibly causing access errors when rasterizing.  (gxclimag.c,
  1718. gxclread.c)
  1719.     - setbbox could get an overflow without detecting it.  (gsdps1.c)
  1720.     - Images with only one component but MultipleDataSources = true
  1721. could cause a memory access error.  (gximage.c)
  1722.     - The buffer for unpacking 12-bit-per-sample image data was too
  1723. small, causing memory corruption.  (gximage.c)
  1724.     - 12-bit-per-sample images with multiple data sources sometimes
  1725. didn't pass correct pointers to image_data.  (gsimage.c)
  1726.     - If an image data stream reached EOF before supplying enough data
  1727. for the entire image, memory corruption could occur.  (zpaint.c)
  1728.     - When a device halftone was freed, some pointers in the halftone
  1729. cache weren't cleared, leading to possible dangling references.  (gsstate.c)
  1730.     - Invalid font parameters could result in partially constructed
  1731. fonts, which caused problems for restore.  (gxfont0.h, gsfont.c)
  1732.     - If an error occurred within a stringwidth, the graphics state
  1733. stack wasn't restored properly.  (gschar.c)
  1734.     - The (static) limit on the size of a command line argument was too
  1735. small.  (gsargs.h)
  1736.     - Building Level 1 systems was no longer possible.  (gxdht.h,
  1737. gsht.c, gsht1.c)
  1738.     - Truncation instead of rounding caused colors on gray-scale devices
  1739. to come out very slightly too dark.  (gxcmap.c)
  1740.     - The Decode mapping table constructed for images was slightly
  1741. inaccurate for ranges other than [0 1] or [1 0].  (gximage.c)
  1742.  
  1743. Version 4.71(limited) (3/31/97)
  1744. =====================
  1745.  
  1746. This is a bug fix release during the beta test period.
  1747.  
  1748. Documentation
  1749. -------------
  1750.  
  1751. Fixes bugs:
  1752.     - A larger value of -Olimit is now needed to optimize gxclread.c.
  1753. (make.txt)
  1754.     - Some comments were incorrect.  (gdevbbox.h, sfilter1.c)
  1755.  
  1756. Updates the GPL with a newer version from FSF.  (COPYLEFT)
  1757.  
  1758. Notes that the gcc 2.7.x code generation bug is fixed in 2.7.2.1.
  1759. (make.txt)
  1760.  
  1761. Procedures
  1762. ----------
  1763.  
  1764. Fixes bugs:
  1765.     - Some streams required by high-level drivers were incorrectly
  1766. grouped with the interpreter rather than the library.  (int.mak, lib.mak)
  1767.     - The choice of implementation for file streams was buried in an
  1768. obscure place, rather than being included in the configuration definitions
  1769. at the head of each makefile.  (We believe there are no more such buried
  1770. parameters.)  This involved a NON-BACKWARD-COMPATIBLE change in the way this
  1771. choice was specified.  (lib.mak, *.mak)
  1772.     - Some dependencies were missing.  (lib.mak)
  1773.  
  1774. Drivers
  1775. -------
  1776.  
  1777. Fixes bugs:
  1778.     - A variable was used before being initialized, causing get_bits
  1779. (and raster ops) to fail when using alternate X devices.  (bug introduced in
  1780. 4.70.)  (gdevxalt.c)
  1781.     - Some 'private' declarations were omitted.  (It is infuriating that
  1782. gcc doesn't check for this!)  (gdevps.c, gdevpx.c)
  1783.     - A few character strings were used as byte arrays without a cast.
  1784. (gdevpx.c)
  1785.     - The EPS writer didn't write a correct bounding box, and didn't
  1786. write it at the beginning of the file.  (gdevvec.h, gsstruct.h, gdevps.c,
  1787. gdevvec.c)
  1788.     - x_copy_color specified an incorrect (too large) image width.
  1789. Apparently this only mattered because it could cause invalid memory
  1790. accesses.  (gdevx.c)
  1791.     - x_copy_mono also specified too large an image width.  It's not
  1792. clear this made any difference.  (gdevx.c)
  1793.     - The default implementation of strip_copy_rop didn't clamp Y values
  1794. to legal values for get_bits.  (gdevmrop.c)
  1795.  
  1796. Interpreter
  1797. -----------
  1798.  
  1799. Fixes bugs:
  1800.     - Some initialization files prematurely switched the interpreter
  1801. into Level 2 mode, causing some Level 2 operators not to be defined.  (bug
  1802. introduced in 4.60 or later.)  (gs_cff.ps, gs_cidfn.ps, gs_cmap.ps,
  1803. gs_init.ps, gs_res.ps)
  1804.  
  1805. Streams
  1806. -------
  1807.  
  1808. Fixes bugs:
  1809.     - The choice of procedure names for the file-descriptor-based
  1810. implementation of file streams was buried in a .c file, rather than being
  1811. chosen in the makefile.  (sfile.c[deleted], sfileno.c[deleted], sfxstdio.c,
  1812. sfxfd.c, sfxboth.c)
  1813.  
  1814. Library
  1815. -------
  1816.  
  1817. Fixes bugs:
  1818.     - rcurveto was broken -- it drew curves to random points.  (bug
  1819. introduced in 4.61.)  (gspath.c)
  1820.     - A trailing comma in an enum definition upset some compilers.  (bug
  1821. introduced in 4.70.)  (gstype1.h)
  1822.     - Type 1 fonts with hint replacement could produce anomalous or
  1823. clipped output, or even missing lines.  (Also cleans up some out-of-date
  1824. formatting.)  (gxtype1.h, gstype1.c, gxhint2.c)
  1825.     - Removes some conditionals for choosing between old and new
  1826. algorithms.  (gxhint3.c)
  1827.     - makebitmappattern required that the bitmap consist of only a
  1828. single tile repetition.  (gspcolor.c)
  1829.     - Some computations on RasterOps didn't take transparency into
  1830. account properly.  (gdevmrop.c)
  1831.     - The structure definition for imager and graphics states had an
  1832. incorrect offset for line_params, causing the garbage collector not to mark
  1833. or relocate dash patterns, possibly causing memory faults, FPEs, or invalid
  1834. output.  (bug introduced since 4.03.)  (gsstate.c)
  1835.     - 'show' operators gave a limitcheck for unreasonable coordinates,
  1836. even if limit clamping was enabled.  (gschar.c)
  1837.  
  1838. Implements banded filling and stroking with colored halftones, in addition
  1839. to pure colors and binary halftones.  Since we are in a beta test period,
  1840. actual use of this feature (but *not* all the code implementing it) is
  1841. disabled under an #ifdef FUTURE.  (gsdcolor.h, gxcldev.h, gxclpath.h,
  1842. gxdht.h, gxhttype.h, gsht.c, gxclimag.c, gxclpath.c, gxclread.c)
  1843.  
  1844. Version 4.70(limited) (3/26/97)
  1845. =====================
  1846.  
  1847. This fileset fixes the one outstanding compilation problem on PC platforms
  1848. and the old problem of limitchecks for out-of-bounds coordinates, and adds a
  1849. variety of new features, including the ability to save away the band lists
  1850. for pages and rasterize them later and/or elsewhere in any order and
  1851. combination.  This is the first "serious beta" candidate for the next
  1852. general release.
  1853.  
  1854. Fileset numbers 4.62 through 4.69 were skipped deliberately.
  1855.  
  1856. Documentation
  1857. -------------
  1858.  
  1859. Fixes bugs:
  1860.     - The list of special -d and -s switches was out of date.  (use.txt)
  1861.     - The name of the zlibDecode filter was incorrectly written
  1862. zlibEncode.  (language.txt)
  1863.  
  1864. Documents where to find out how to install gcc 2.7.x on SGI IRIX 6.x.
  1865. (make.txt)
  1866.  
  1867. Documents a makefile patch required on NeXTStep.  (make.txt)
  1868.  
  1869. Documents how to patch gcc to fix the AXP code generation bug.  (make.txt)
  1870.  
  1871. Adds documentation for the new unified printer driver.  (devices.txt)
  1872.  
  1873. Procedures
  1874. ----------
  1875.  
  1876. Fixes bugs:
  1877.     - 'make distclean' didn't remove a couple of files.  (gs.mak)
  1878.     - A library module didn't include a necessary dependency.  (lib.mak)
  1879.     - A new .ps file wasn't installed properly.  (unix-end.mak)
  1880.     - File write dates weren't updated properly on PC platforms, causing
  1881. unnecessary rebuilding.  (cp.bat, gs.mak, msc.mak, msvcwint.mak, os2.mak,
  1882. tccommon.mak, wccommon.mak, zlib.mak)
  1883.     - An unnecessary explicit compilation line for gdevcdj.c caused
  1884. problems in the Mac environment.  (devs.mak)
  1885.     - The VMS scripts were out of sync again.  (vms.mak)
  1886.     - The VMS build scripts didn't include the new JPEG driver.
  1887. (vms-*.mak)
  1888.     - A number of makefile macros were referenced before being defined.
  1889. (devs.mak, lib.mak, int.mak, *.mak)
  1890.     - libpng.mak didn't work with PVERSION=90.  (libpng.mak, zlib.mak)
  1891.  
  1892. Separates install-scripts from install-exec and install-data.
  1893. (unix-end.mak)
  1894.  
  1895. Moves the definition of SEARCH_HERE_FIRST from iminst.h to the makefiles.
  1896. (*.mak, iminst.h, iconf.c, imain.c)
  1897.  
  1898. Adds a -dBATCH switch that causes Ghostscript to exit after processing the
  1899. files named on the command line.  (gs_init.ps)
  1900.  
  1901. Adds the PostScript, EPS, and PCL XL writers, and the color and gray-scale
  1902. JPEG drivers, to all Unix configurations.  (ansihead.mak, cc-head.mak,
  1903. gcc-head.mak)
  1904.  
  1905. Drivers
  1906. -------
  1907.  
  1908. NOTE: because of a change in an internal interface (clist_output_page), the
  1909. cp50 driver no longer works.  This is a user-contributed driver for which we
  1910. take no responsibility.
  1911.  
  1912. Fixes bugs:
  1913.     - gdevcdj.c wasn't compatible with ansi2knr.  (gdevcdj.c)
  1914.     - 'private' was omitted from some declarations.  (gdevjpeg.c)
  1915.     - The PostScript writer didn't keep track of the current color
  1916. properly.  (gdevps.c)
  1917.     - RESOLUTION was misspelled in a header.  (gdevbjc.h)
  1918.     - Some compilers objected to the use of a floating point initial
  1919. resolution value.  (gdevbjc.h)
  1920.     - Some compilers didn't allow static initialization of a union.
  1921. (gsdcolor.h)
  1922.     - If a TIFF driver got an error when initializing the CCITTFax
  1923. encoder, it returned a bogus error code.  (gdevtfax.c)
  1924.     - The PDF writer produced incorrect output for Indexed color space
  1925. images.  (gdevpdfi.c)
  1926.     - For many fatal error conditions, the X driver called exit()
  1927. instead of returning an error.  (gdevx*.c)
  1928.  
  1929. Adds new drivers:
  1930.     - epswrite, an EPS-writing driver (instead of making EPS output a
  1931. parametric option of the PostScript-writing device).  (devs.mak, gdevps.c)
  1932.     - pcxcmyk, a 4-bit CMYK PCX driver.  This is probably only useful
  1933. for debugging CMYK color rendering.  (gdevpcx.c)
  1934.     - jpeggray, a JPEG driver that produces gray-scale rather than color
  1935. output.  Thanks to Tom Lane for contributing this.  (gdevjpeg.c)
  1936.     - uniprint, a unified printer driver for a wide variety of inkjet
  1937. printers.  Thanks to Gunther Hess for contributing this.  (gdevupd.c)
  1938.  
  1939. Adds the resolution (pHYs) to the output of the PNG drivers.  (gdevpng.c)
  1940.  
  1941. Adds recognition of the ASCII85EncodePages parameter to the PostScript and
  1942. EPS writers.  (gdevps.c)
  1943.  
  1944. Makes the new JPEG driver write a JFIF header, which contains the image
  1945. resolution.  (gdevjpeg.c)
  1946.  
  1947. Changes the "vector" device support interface so relative movement can be
  1948. detected easily.  THIS IS STILL SUBJECT TO CHANGE WITHOUT NOTICE.
  1949. (gdevvec.h, gdevpsdf.c, gdevps.c, gdevpx.c, gdevvec.c)
  1950.  
  1951. Changes the PostScript, EPS, and PDF writers to recognize curves and lines
  1952. that can be represented more efficiently.  (gdevpsdf.h, gdevpsdf.c,
  1953. gdevps.c)
  1954.  
  1955. Adds a new parameter to the PDF writer, FirstObjectNumber.  This defines the
  1956. first object number that will be used in the output.  The default, and
  1957. minimum, value is 1; the maximum value is approximately 2^31.  This is for
  1958. the benefit of dvipdf; we don't expect it to be used otherwise.  In fact,
  1959. using it appears to produce files that Adobe Acrobat Reader won't accept,
  1960. even though the files are perfectly compliant with the published PDF
  1961. specification.  (gdevpdfx.h, gdevpdf.c, gdevpdfp.c)
  1962.  
  1963. Platforms
  1964. ---------
  1965.  
  1966. Removes the makefile for the 16-bit Borland C++ platform.  This was the last
  1967. supported 16-bit platform; we expect to gradually drop all 16-bit
  1968. concessions from the code itself.  (bcwin.mak)
  1969.  
  1970. Interpreter
  1971. -----------
  1972.  
  1973. Fixes bugs:
  1974.     - The initial size of systemdict was too small, causing the
  1975. interpreter to slow down substantially.  (iinit.c)
  1976.     - A library module depended on an interpreter module.  (zcsindex.c)
  1977.     - A logically necessary (but accidentally always available) #include
  1978. was missing.  (ifont.h)
  1979.  
  1980. Moves set/currentoverprint to a more appropriate module.  (zcolor2.c,
  1981. zcssepr.c)
  1982.  
  1983. Changes the default transfer functions so that they do something reasonable
  1984. when given operands outside the legal [0..1] range.  We only do this to work
  1985. around a bug in FrameMaker output, which uses the transfer function as the
  1986. screen function (!).  (gs_init.ps)
  1987.  
  1988. Changes the CMap construction algorithm to use the new, more compact
  1989. representation.  (zfcmap.c)
  1990.  
  1991. Adds support for Adobe's Compact Font Format.  Many individual features are
  1992. not implemented yet: see the comment in the source code for details.
  1993. (gs_cff.ps)
  1994.  
  1995. Adds support for Type 2 charstrings in Type 1 fonts.  (ifont.h, zfont1.c)
  1996.  
  1997. Changes the Type 1 character rendering operator for the library change in
  1998. Type 1 fonts.  (zchar1.c, zfont1.c)
  1999.  
  2000. Initializes the graphics state limit clamp flag to true.  (zgstate.c)
  2001.  
  2002. Temporarily adds a configuration file for the new unified printer driver,
  2003. and arranges for it to be read at startup.  This arrangement will be
  2004. replaced very soon by a different one based on command line parameters.
  2005. (gs_init.ps, uniprint.ps)
  2006.  
  2007. Interpreter (PDF)
  2008. -----------------
  2009.  
  2010. Adds support for Compact Font Format fonts.  (pdf_font.ps)
  2011.  
  2012. Streams
  2013. -------
  2014.  
  2015. Adds a glue procedure needed for the new jpeggray driver.  (sjpeg.h,
  2016. sjpege.c)
  2017.  
  2018. Removes the width limit of 32K in the CCITTFaxEncode filter.  The new limit
  2019. is absurdly large (about 50M).  (scf.h, scfx.h, scfe.c)
  2020.  
  2021. Library
  2022. -------
  2023.  
  2024. Fixes bugs:
  2025.     - A library module depended on an interpreter module.  (gxcolor2.h,
  2026. gscolor2.c)
  2027.     - When rendering a band, clipping was sometimes used when it wasn't
  2028. necessary.  (Performance only.)  (gxclread.c)
  2029.     - Stroking didn't check the path against the device clipping box in
  2030. the absence of an explicit (non-default) clipping path.  (Performance only.)
  2031. (gxstroke.c)
  2032.     - A reference to an opaque type upset a couple of compilers.
  2033. (gxclread.c)
  2034.     - Negative 32-bit numbers in Type 1 fonts didn't work properly on
  2035. 64-bit systems.  (gstype1.c)
  2036.     - A logically necessary (but accidentally always available) #include
  2037. was missing.  (gxbitmap.h)
  2038.     - A header wasn't protected against double inclusion.  (gxclist.h)
  2039.     - Clipping devices didn't store their actual width and height.
  2040. (gxcpath.c)
  2041.     - The slow-case check for thin lines was incorrect.  (gxstroke.c)
  2042.     - Images didn't compute their clipping boxes correctly if there
  2043. wasn't an explicit clipping path.  (This must be a very recent bug, since it
  2044. creates an overflow condition that prevents monochrome images from being
  2045. rendered at all.)  (gximage.c)
  2046.  
  2047. Moves set/currentoverprint to a more appropriate module.  For clients of
  2048. gs_set/currentoverprint, this is a NON-BACKWARD-COMPATIBLE CHANGE, since the
  2049. header file is now separate.  (gscolor2.h, gscsepr.h, gscolor2.c, gscsepr.c)
  2050.  
  2051. Replace the MetroWerks work-around with a different, more general one.
  2052. (gdevmem.h, gdevmem.c, gxdevice.h)
  2053.  
  2054. Speeds up the Type 1 interpreter a little.  (gstype1.c, gxhint3.c)
  2055.  
  2056. Redesigns the internal representation of CMaps to be more space-efficient.
  2057. (gxfcmap.h, gschar0.c, gsfcmap.c)
  2058.  
  2059. Implements a facility for saving away pages and rendering them later.
  2060. Currently this requires the pages to be represented as band lists on files,
  2061. and only allows X translation when rendering.  This involves adding the
  2062. following new printer device parameters:
  2063.     BandHeight
  2064.     BandWidth
  2065.     BandBufferSpace
  2066. Also changes the names of the printer device parameter elements from
  2067. use_buffer_space to BufferSpace and from max_bitmap to MaxBitmap for
  2068. consistency.  (gdevprn.h, gxcldev.h, gxclio.h, gxclist.h, gxclmem.h,
  2069. gxclpage.h, gxdevmem.h, gdevmem.c, gdevp2up.c, gdevprn.c, gxclmem.c,
  2070. gxclpath.c, gxclread.c)
  2071.  
  2072. Changes the band list implementation API to allow closing a file without
  2073. deleting it, and to allow reopening an existing file.  This is a
  2074. NON-BACKWARD-COMPATIBLE change to a deep internal interface.  (gxclio.h,
  2075. gxclmem.h, gxclfile.c, gxclist.c, gxclmem.c)
  2076.  
  2077. Speeds up rendering of colored halftones, by recognizing cases where one or
  2078. more planes don't actually require screening, unrolling a loop, and doing
  2079. basic clipping before halftoning.  (gxcht.c)
  2080.  
  2081. Adds a graphics state parameter, gs_set/currentlimitclamp, that changes the
  2082. handling of out-of-range coordinates to clamp them in a way that produces
  2083. approximately the intended output most of the time, rather than causing a
  2084. limitcheck.  Currently this is only designed to work with the basic path
  2085. construction operations ([r]moveto, [r]lineto, [r]curveto, closepath); it
  2086. does not work with many other operations such as show, flattenpath or the
  2087. rectangle operations.  Note also that while currentpoint will return the
  2088. correct (unclamped) value, reading out the path with pathforall will return
  2089. clamped values.  This involves NON-BACKWARD-COMPATIBLE changes to the path
  2090. structure (but not to any public interfaces).  (gxpath.h, gxtype1.h,
  2091. gzpath.h, gzstate.h, gspath.c, gspath1.c, gsstate.c, gstype1.c, gxpaint.c,
  2092. gxpath.c, gxpath2.c, gxpcopy.c)
  2093.  
  2094. Adds support for Type 2 charstrings.  Some features are not implemented yet:
  2095. see gstype2.c for details.  (gscrypt1.h, gstype1.h, gxfont1.h, gxop1.h,
  2096. gxtype1.h, gstype1.c, gstype2.c, gxhint2.c, gxhint3.c, gxtype1.c)
  2097.  
  2098. Version 4.61(limited) (3/13/97)
  2099. =====================
  2100.  
  2101. This fileset cleans up many compiler warnings.  It adds support for
  2102. CMap-encoded fonts, and a driver that writes JPEG images.
  2103.  
  2104. Documentation
  2105. -------------
  2106.  
  2107. Corrects an error in the description of the internal CodeMap structure.
  2108. (gs_cmap.ps)
  2109.  
  2110. Documents the fact that the optimizer in gcc 2.7.2.1 is broken on AXP
  2111. machines.  (make.txt)
  2112.  
  2113. Corrects the name of the .setglobal/.currentglobal procedures.  (zvmem2.c)
  2114.  
  2115. Updates current.txt in preparation for the release.  (current.txt)
  2116.  
  2117. Procedures
  2118. ----------
  2119.  
  2120. Fixes bugs:
  2121.     - The VMS script was out of date again.  (vms.mak)
  2122.     - CIDFont support unnecessarily required composite font support.
  2123. (int.mak)
  2124.     - CMap and CIDFont support had improper dependencies on
  2125. initialization order.  (lib.mak, int.mak)
  2126.     - Some dependencies were missing in the JPEG library code.
  2127. (jpeg.mak)
  2128.  
  2129. Adds the new JPEG driver to all standard configurations.  (*.mak)
  2130.  
  2131. Drivers
  2132. -------
  2133.  
  2134. Fixes bugs:
  2135.     - A dependency was omitted from the makefile.  (devs.mak, gdevps.c)
  2136.  
  2137. Cleans up some warnings from picky compilers.  Some of these actually
  2138. indicated problems, such as unreachable code.  (gdevpdfx.h, gdevbj10.c,
  2139. gdevcdj.c, gdevpdfp.c, gdevstc.c)
  2140.  
  2141. Adds a JPEG-writing driver.  Currently this only produces RGB output and
  2142. only has a QFactor parameter, but eventually it could take all the other
  2143. parameters of the DCTEncode filter.  (devs.mak, int.mak, lib.mak,
  2144. gdevjpeg.c)
  2145.  
  2146. Refactors the PDF and PostScript output drivers so that both of them
  2147. understand all the relevant documented PDF distiller parameters.  (The
  2148. PostScript driver currently disregards nearly all of them.)  (gdevpdfx.h,
  2149. gdevpsdf.h, gdevvec.h, gdevpdf*.c, gdevps.c, gdevpsdf.c, gdevpx.c)
  2150.  
  2151. Platforms
  2152. ---------
  2153.  
  2154. Fixes bugs:
  2155.     - The MetroWerks C compiler gave an inexplicable error on a
  2156. particular initialization.  (gdevmem.h, gdevmem.c)
  2157.  
  2158. Interpreter
  2159. -----------
  2160.  
  2161. Fixes bugs:
  2162.     - The insideness testing operators sometimes reported hits
  2163. incorrectly.  (zupath.c)
  2164.     - Mixed-type arithmetic used floats rather than doubles when
  2165. converting integers, possibly leading to loss of precision.  (zarith.c,
  2166. zrelbit.c)
  2167.     - composefont was defined in a private dictionary, not in
  2168. systemdict.  (gs_cmap.ps)
  2169.     - composefont didn't work, for several different reasons.
  2170. (gs_cmap.ps)
  2171.     - After a Type 1 font called an OtherSubr, an invalid memory access
  2172. usually occurred, because of an incorrect attempt to free a data structure.
  2173. (zchar1.c)
  2174.     - 2 .setlanguagelevel gave an error if globaldict hadn't been
  2175. defined yet.  (zmisc2.c)
  2176.  
  2177. Cleans up some warnings from picky compilers.  Some of these actually
  2178. indicated problems, such as unreachable code, or failure to check for
  2179. (implausible) out-of-range data.  (idict.c, idparam.c, igc.c, iinit.c,
  2180. imain.c, iscan.c, zbseq.c, zchar1.c, zdps1.c)
  2181.  
  2182. Adjusts clients for a change in the internal character cache structure and
  2183. the introduction of the font next-glyph procedure.  (zfont.c, zfont0.c)
  2184.  
  2185. Refactors the Level 1 / Level 2 interpreter split slightly so that composite
  2186. fonts don't require all of Level 2.  (int.mak, gs_dps1.ps, gs_dps2.ps)
  2187.  
  2188. Adds FMapType 9 (CMap-encoded) composite font support.  (int.mak,
  2189. gs_cmap.ps, ifont.h, zfcmap.c, zfont.c, zfont0.c)
  2190.  
  2191. Interpreter (PDF)
  2192. -----------------
  2193.  
  2194. Adds recognition of /Identity values for BG, UCR, and TR functions in
  2195. ExtGState resources.  (General function values still aren't recognized.)
  2196. (pdf_draw.ps)
  2197.  
  2198. Centralizes the handling of inherited attributes.  (pdf_draw.ps,
  2199. pdf_main.ps)
  2200.  
  2201. Starts to add support for Type 0 fonts.  (pdf_font.ps, pdf_main.ps)
  2202.  
  2203. Streams
  2204. -------
  2205.  
  2206. Cleans up some warnings from picky compilers.  Some of these actually
  2207. indicated problems, such as unreachable code.  (shc.h, scfd.c, sfilter2.c,
  2208. siscale.c, stream.c)
  2209.  
  2210. Library
  2211. -------
  2212.  
  2213. Fixes bugs:
  2214.     - Some picky compilers disliked certain conditional expressions.
  2215. (gxclread.c)
  2216.     - Some picky compilers couldn't handle an extraneous semicolon.
  2217. (gdevvec.h)
  2218.     - A cast from byte ** to const byte ** was missing.  (gdevvec.c)
  2219.     - Resizing the levels array of a halftone order when banding could
  2220. cause invalid memory accesses.  (bug introduced in 4.60) (gxclread.c)
  2221.     - One picky compiler didn't allow taking the address of an extern
  2222. undefined structure.  (lib.mak, gxclread.c)
  2223.     - When rendering Type 1 fonts, character overshoot was usually
  2224. suppressed when it shouldn't have been, often producing "squashed"
  2225. characters.  (gxhint1.c)
  2226.     - On systems where sizeof(long) > sizeof(int), coordinate values of
  2227. more than 22 bits were passed through the band list incorrectly, producing
  2228. incorrect output.  (gxclread.c)
  2229.  
  2230. Cleans up some warnings from picky compilers.  Some of these actually
  2231. indicated problems, such as unreachable code or (hypothetical) loss of
  2232. precision.  (gsdevice.c, gshsb.c, gsht.c, gsstate.c, gstype1.c, gxclimag.c,
  2233. gxclpath.c, gxclread.c, gxpdash.c)
  2234.  
  2235. Makes using font hints conditional, for debugging.  (gxhint1.c)
  2236.  
  2237. Adds library-level support for FMapType 9 (CMap-encoded) composite fonts.
  2238. There is still no support for rearranged fonts.  (gsccode.h, gsfcmap.h,
  2239. gsstruct.h, gxfcache.h, gxfcmap.h, gxfont.h, gxfont0.h, gschar.c, gschar0.c,
  2240. gsfcmap.c, gsfont.c, gsfont0.c)
  2241.  
  2242. Splits band list control and utilities from rectangle-oriented commands,
  2243. because a file was getting too big.  (gxclist.c, gxclrect.c)
  2244.  
  2245. Moves the temporary file names for command lists from the printer device
  2246. structure to the command list structure; moves opening and closing the
  2247. temporary files from gdev_prn_alloc/free to clist_open/close.  (gdevprn.h,
  2248. gxclist.h, gdevprn.c, gxclist.c, gxclread.c)
  2249.  
  2250. Changes the command list storage implementation interface to pass the file
  2251. name to the clist_rewind and clist_fseek functions, for the benefit of OSs
  2252. that require closing and reopening a file to switch between reading and
  2253. writing.  This is a NON-BACKWARD-COMPATIBLE change in a non-public
  2254. interface.  (gxclio.h, gxclmem.h, gxclfile.c, gxclist.c, gxclmem.c)
  2255.  
  2256. Changes the get_outline procedure in Type 42 fonts to return the length of
  2257. the outline data as well as the pointer.  This is a NON-BACKWARD-COMPATIBLE
  2258. change in a semi-public interface.  (gxfont42.h, gstype42.c)
  2259.  
  2260. Version 4.60(limited) (3/2/97)
  2261. =====================
  2262.  
  2263. This fileset moves color rendering up from the graphics state to the imager
  2264. state so that color rendering can happen after banding.  It also shifts
  2265. image rendering to the rendering pass of banding for many common cases
  2266. (often referred to inaccurately as "high-level image" capability).  The
  2267. changes involved are substantial and in some respects subtle, so
  2268. unfortunately it is quite possible that some new bugs have been introduced.
  2269.  
  2270. This fileset also includes improvements to the new PCL XL driver
  2271. (pxlmono/color), and introduces an experimental PostScript driver (pswrite).
  2272.  
  2273. Documentation
  2274. -------------
  2275.  
  2276. Fixes bugs:
  2277.     - The argument list of colorimage was incorrect.  (zcolor1.c)
  2278.     - false .charboxpath incorrectly claimed to create the correct path
  2279. even when the CTM was not well-behaved.  (language.txt)
  2280.     - The discussion of the "main program" files was out of date.
  2281. (make.txt)
  2282.  
  2283. Updates the OS/2 EMX documentation.  (make.txt)
  2284.  
  2285. Modifies the Aladdin Ghostscript Free Public License slightly so it may be
  2286. applied to other software packages.  (PUBLIC)
  2287.  
  2288. Updates inaccurate build documentation for several Unix platforms.
  2289. (make.txt, ansihead.mak, cc-head.mak, gcc-head.mak, libpng.mak)
  2290.  
  2291. Notes a problem with the MIPSpro 7.1 compiler.  (make.txt)
  2292.  
  2293. Procedures
  2294. ----------
  2295.  
  2296. Fixes bugs:
  2297.     - Most makefiles didn't include version.mak.  (msc.mak,
  2298. msvcwint.mak, os2.mak, tctail.mak, wctail.mak)
  2299.     - There was an incorrect dependency for the Windows printer device.
  2300. (devs.mak)
  2301.  
  2302. Moves the PDF writer to devs.mak.  (devs.mak, int.mak)
  2303.  
  2304. Updates the main VMS script to be structured like version.mak.  (vms.mak)
  2305.  
  2306. Drivers
  2307. -------
  2308.  
  2309. Factors out the stream-writing procedures from the PDF writer, so they can
  2310. be shared with the new PostScript writer.  (gdevpdfs.h => gdevpstr.h,
  2311. gdevpdfx.h, gdevpsdf.h, gdevpdf.c, gdevpdfi.c, gdevpdfs.c => gdevpstr.c,
  2312. gdevpdft.c, gdevpsdf.c)
  2313.  
  2314. Adds a PostScript writer (pswrite), similar to the PDF and PCL XL drivers.
  2315. Currently this handles fill/stroke graphics and Level 1 images; everything
  2316. else (including text) is turned into bitmaps.  (devs.mak, gdevps.c)
  2317.  
  2318. Changes the names of the PCL XL drivers from hpxmono/color to pxlmono/color.
  2319. (devs.mak, gdevpx.c)
  2320.  
  2321. Updates the "vector" device support interface.  THIS IS STILL SUBJECT TO
  2322. CHANGE WITHOUT NOTICE.  (gdevvec.h, gdevpx.c, gdevvec.c)
  2323.  
  2324. Makes the vgalib driver a page device.  This seems bizarre, but it's
  2325. necessary for setpagedevice to work with it.  (gdevvglb.c)
  2326.  
  2327. Updates some drivers for the new color mapping interfaces.  (gdevpx.c)
  2328.  
  2329. Updates the user-contributed Canon LBP-8II and LIPS III driver.
  2330. (gdevlbp8.c)
  2331.  
  2332. Platforms
  2333. ---------
  2334.  
  2335. Fixes bugs:
  2336.     - The workaround for Ultrix's incorrect implementation of sh -e
  2337. still didn't work.  (unixtail.mak)
  2338.     - The definition of offset_of didn't work on the Mac.  (stdpre.h)
  2339.  
  2340. Updates the OS/2 EMX linker command per input from a user.  (os2.mak)
  2341.  
  2342. Fonts
  2343. -----
  2344.  
  2345. Adds .pss (apparently used by Adobe for Multiple Master font instances) to
  2346. the list of extensions skipped by the GS_FONTPATH directory scanner.
  2347. (gs_fonts.ps)
  2348.  
  2349. Interpreter
  2350. -----------
  2351.  
  2352. Fixes bugs:
  2353.     - Programs that rebind null, true, and/or false could cause all
  2354. kinds of problems.  We've only fixed a couple of the places that might be
  2355. affected (findfont, quit), by wrapping an explicit "systemdict begin/end"
  2356. around the code; fixing this completely would probably require wrapping this
  2357. implicitly around almost every pseudo-operator, which would be too
  2358. expensive.  (gs_fonts.ps, gs_lev2.ps)
  2359.     - In a Level 2 system, grestoreall stopped one level too early.
  2360. (zdevice2.c)
  2361.     - setpagedevice didn't restore the stack properly if it got an
  2362. error.  (gs_setpd.ps)
  2363.  
  2364. Changes the GC pointer enumeration interface to reduce the number of
  2365. 'discarding const' warnings.  See under Library below.  (igc.c)
  2366.  
  2367. Updates the interpreter for the change in the imager / graphics state split.
  2368. (zpcolor.c)
  2369.  
  2370. Makes the stack-restoring behavior of pseudo-operators non-optional.
  2371. (interp.c)
  2372.  
  2373. Interpreter (PDF)
  2374. -----------------
  2375.  
  2376. Fixes bugs:
  2377.     - PDFDocEncoding and WinAnsiEncoding incorrectly had `minus' at
  2378. position 45 rather than `hyphen'.  (gs_pdf_e.ps, gs_wan_e.ps)
  2379.  
  2380. Streams
  2381. -------
  2382.  
  2383. Fixes bugs:
  2384.     - A header file wasn't protected against double inclusion.
  2385. (stream.h)
  2386.     - any_abs was redefined.  (spngp.c)
  2387.     - The CCITTFaxDecode filter didn't fully initialize the "previous
  2388. line" for 2-D decoding, so if the very first line of data was 2-D, an
  2389. out-of-bounds memory access could occur.  (scfd.c)
  2390.  
  2391. Library
  2392. -------
  2393.  
  2394. Fixes bugs:
  2395.     - gs_image_next could read too much data, causing errors at the
  2396. interpreter level.  (gsimage.c)
  2397.     - The bitmaps stored in the Pattern cache were usually freed,
  2398. leaving dangling pointers.  (gsdcolor.h, gxpcache.h, gxpcolor.h, gsstate.c,
  2399. gxpcmap.c)
  2400.     - There was still one assignment to a const structure, and there
  2401. were some unnecessary const-discarding casts.  (gxclread.c)
  2402.     - If a character in a Type 3 font was defined by executing 'show'
  2403. type commands, charpath did the wrong thing (didn't pick up the paths
  2404. created by the inner show).  Similarly, if it uses 'stroke', true charpath
  2405. did the wrong thing (appended the path rather than the strokepath path).
  2406. (gxchar.h, gschar.c, gspaint.c)
  2407.     - A header file wasn't protected against double inclusion.
  2408. (gserror.h)
  2409.     - The new fast implementation of rectfill didn't handle rectangles
  2410. with negative width/height.  (bug introduced in 4.32) (gsdps1.c)
  2411.     - Reading banded high-level images calculated the image height
  2412. incorrectly, (usually) causing a rangecheck.  (gxclread.c)
  2413.     - When reading band data, a memory fault could occur if the halftone
  2414. cache hadn't been allocated yet.  (gxht.c)
  2415.     - The imager state data for high-level images wasn't written soon
  2416. enough.  (gxclimag.c)
  2417.     - High-level images computed bounding boxes incorrectly, so they
  2418. could write some garbage data in the band list, and could also fail to write
  2419. some information.  (gsmatrix.h, gxmatrix.h, gxclimag.c)
  2420.     - High-level images wrote the raster value incorrectly in the band
  2421. list.  (gxclimag.c)
  2422.     - Images with non-zero initial source X and non-portrait orientation
  2423. were displaced on the page.  (In practice, this only applied to some banded
  2424. high-level images.)  (gximage.c)
  2425.     - The bounding box device didn't forward output_page calls, causing
  2426. pages to be dropped or overprinted.  (gdevbbox.c)
  2427.     - The band renderer considered all non-zero return codes as errors,
  2428. rather than only negative codes.  (gxclread.c)
  2429.     - An unnecessary extern hadn't been removed.  (gxclimag.c)
  2430.     - Some macros didn't parenthesize uses of their arguments, causing
  2431. syntax errors.  (gsrefct.h)
  2432.     - The screen phase and color_info weren't set correctly when
  2433. rendering bands.  (gsstate.h, gsht.c, gxclread.c)
  2434.     - A header file didn't declare all the opaque types it used.
  2435. (gsdevice.h)
  2436.     - Indexed color spaces didn't work with banded images.  (They still
  2437. don't -- the check for writing the color space, and the code for reading the
  2438. table or map, are incomplete.)  (gxclist.h, gxclpath.h, gxclimag.c,
  2439. gxclpath.c, gxclread.c)
  2440.  
  2441. In preparation for implementing post-banding halftoning:
  2442.  
  2443.     - Moves color rendering information, including alpha value, from
  2444. graphics state to imager state; also moves the allocator pointer.  This is
  2445. quite a subtle change, and may have a significant bug tail.  (gxdcolor.h,
  2446. gxht.h, gxistate.h, gzstate.h, gschar.c, gsdps1.c, gspaint.c, gsstate.c,
  2447. gxclread.c)
  2448.  
  2449.     - Changes all the relevant color space and color mapping procedures
  2450. so they take a const gs_imager_state * (and, in some cases, a [const]
  2451. gx_device *) instead of a const gs_state *.  This is a
  2452. non-backward-compatible change, but it only affects internal interfaces.
  2453. (gsdcolor.h, gxcmap.h, gxcspace.h, gxdcconv.h, gxdcolor.h, gxdither.h,
  2454. gxpcolor.h, gzht.h, gschar.c, gscie.c, gscolor.c, gscolor1.c, gscolor2.c,
  2455. gscsepr.c, gsdevice.c, gsimage.c, gspcolor.c, gxcht.c, gxcmap.c, gxdcconv.c,
  2456. gxdcolor.c, gxht.c, gximage.c, gximage[2345].c, gxpcmap.c)
  2457.  
  2458.     - Changes the color and color space reference count adjustment
  2459. procedures similarly, to take a gs_memory_t * instead of a gs_state_t *.
  2460. (gxcspace.h, gscie.c, gscolor.c, gscolor2.c, gscsepr.c, gspcolor.c)
  2461.  
  2462.     - Changes the gs_halftone in the graphics state from being part of
  2463. the gs_state_contents to being an independent reference-counted object.
  2464. This too may have a significant bug tail.  (gxht.h, gxistate.h, gsht.c,
  2465. gsstate.c)
  2466.  
  2467.     - Changes the image processing code so it no longer assumes that the
  2468. gs_imager_state is actually a gs_state.  (gximage.h, gximage.c, gximage2.c,
  2469. gximage3.c, gximage4.c, gximage5.c)
  2470.  
  2471.     - Adds a unique ID value to device halftones, so that it's possible
  2472. to detect (non-)changes quickly.  (gxdht.h, gsht.c)
  2473.  
  2474. Finishes the code for writing and reading color rendering information in the
  2475. band list.  This involves changes to several band list opcodes.  (gsht.h,
  2476. gsht1.h, gxcldev.h, gxclist.h, gxclpath.h, gxdht.h, gzht.h, gsht.c, gsht1.c,
  2477. gxclbits.c, gxclimag.c, gxclist.c, gxclread.c)
  2478.  
  2479. Changes the garbage collector pointer enumeration procedure interface
  2480. slightly to reduce the number of 'discarding const' warnings.  THIS IS A
  2481. NON-BACKWARD-COMPATIBLE CHANGE for anyone who didn't use the
  2482. ENUM_PTRS_BEGIN[_PROC] macro to start a pointer enumeration procedure (which
  2483. should be no one).  (gsstruct.h, gsmemory.c)
  2484.  
  2485. Corrects a few more needlessly const-discarding casts.  (gxfcache.h,
  2486. gxccache.c)
  2487.  
  2488. Checks for file reading errors when rasterizing bands.  (gxclread.c)
  2489.  
  2490. Version 4.51(limited) (2/9/97)
  2491. =====================
  2492.  
  2493. This version contains a more reasonable high-level PCL XL driver.  The VMS
  2494. build script is working again, we think.
  2495.  
  2496. Procedures
  2497. ----------
  2498.  
  2499. Fixes bugs:
  2500.     - The gsdll_h macro wasn't defined all the places it was needed.
  2501. (devs.mak, os2.mak)
  2502.  
  2503. Drivers
  2504. -------
  2505.  
  2506. Continues to develop the "vector" driver infrastructure and the PCL XL
  2507. driver.  EVERYTHING IN THESE FILES IS SUBJECT TO CHANGE WITHOUT NOTICE.
  2508. (gdevvec.h, gdevvec.c)
  2509.  
  2510. Brings the PCL XL driver up to usable quality for graphics.  Most
  2511. fill/stroke graphics, and portrait-orientation bitmap images up to 8 bits
  2512. per pixel, are converted directly to their PCL XL equivalents.  Text is
  2513. still treated as bitmaps.  Both gray-scale and color output are now
  2514. supported.  (devs.mak, gdevpx.c)
  2515.  
  2516. Platforms
  2517. ---------
  2518.  
  2519. Fixes bugs:
  2520.     - When using gsos2.exe with gsdll2.dll, reducing the size of the
  2521. page bitmap caused a limitcheck error with the message
  2522.     Failed to decommit memory in pm_alloc_bitmap, rc = 87  (gdevpm.c)
  2523.     - The scripts that construct gconfig_.h failed on Ultrix, because
  2524. Ultrix's implementation of sh -e is incorrect.  (unixtail.mak, ugcclib.mak)
  2525.     - Some systems that have sys/times.h don't define CLK_TCK, making a
  2526. compilation fail.  (time_.h)
  2527.  
  2528. Interpreter
  2529. -----------
  2530.  
  2531. Fixes bugs:
  2532.     - An omitted semicolon wasn't detected by gcc.  (idict.c)
  2533.  
  2534. Removes a source of unnecessary duplication by getting the revision number
  2535. and date from version.mak.  (gs.mak, int.mak, version.mak, gscdef.c)
  2536.  
  2537. Streams
  2538. -------
  2539.  
  2540. Fixes bugs:
  2541.     - The minimum buffer sizes for the RunLengthDecode filter hadn't
  2542. been changed to reflect the algorithm improvement made in release 4.38.
  2543. (srld.c)
  2544.  
  2545. Changes the RunLengthEncode filter so it can make progress with only a
  2546. 2-byte output buffer.  (srlx.h, srle.c)
  2547.  
  2548. Library
  2549. -------
  2550.  
  2551. Fixes bugs:
  2552.     - Because of a typo, the slow general algorithm was always used for
  2553. monochrome images.  (Performance bug only, but a serious one.)  (gximage2.c)
  2554.     - Dots (zero-length lines with round caps and zero dot length)
  2555. caused an infinite loop.  (bug introduced in 4.40)  (gxstroke.c)
  2556.     - Some image data unpacking procedures were always required, but
  2557. weren't always included.  (bug introduced in 4.50) (gximage.c, gximage0.c,
  2558. gximage3.c)
  2559.     - Images with 8 bits per pixel and non-identity Decode produced
  2560. garbage.  (bug introduced later than 4.03) (gximage0.c)
  2561.     - Some necessary casts and omitted punctuation weren't detected by
  2562. gcc.  (gxpath.h, gsargs.c, gsstate.c, gxclread.c, gxpdash.c)
  2563.     - The band list became confused if a band had no commands at all.
  2564. (gxclread.c)
  2565.     - If a path included a closepath followed by a moveto to the same
  2566. point, it could be written incorrectly in the band list.  (bug probably
  2567. introduced in 3.60) (gxclpath.c)
  2568.  
  2569. Changes some internal computations for arcs from float to double for greater
  2570. accuracy.  (gspath1.c)
  2571.  
  2572. Version 4.50(limited) (1/31/97)
  2573. =====================
  2574.  
  2575. This release contains an experimental high-level PCL XL driver, a little
  2576. more support for CID/CMap fonts, and the usual bug fixes.  NOTE: the VMS
  2577. build script is known to be out of sync with the makefiles again; we still
  2578. don't see any alternative to constant struggles with this problem.
  2579.  
  2580. Documentation
  2581. -------------
  2582.  
  2583. Corrects the -h message, which gave an incorrect file name for the bug
  2584. report form.  (imainarg.c)
  2585.  
  2586. Removes documentation for 16-bit MS-DOS platforms with the Borland compiler.
  2587. (fonts.txt, make.txt, new-user.txt, use.txt)
  2588.  
  2589. Procedures
  2590. ----------
  2591.  
  2592. Fixes bugs:
  2593.     - The Watcom library makefile didn't define the directory
  2594. information for libpng and zlib.  (watclib.mak)
  2595.  
  2596. Moves the selection of band list implementation (file- vs. RAM-based) and
  2597. the compression filter for RAM-based band lists up to the top-level
  2598. makefiles.  Again, this is a NON-BACKWARD-COMPATIBLE procedure change.
  2599. (lib.mak, *.mak)
  2600.  
  2601. Moves the selection of version number for all platforms (except VMS, as
  2602. usual) to a separate file.  This will reduce the number of files that need
  2603. editing when the version number changes.  (ansihead.mak, cc-head.mak,
  2604. gcc-head.mak, ugcclib.mak, version.mak, tar_cat)
  2605.  
  2606. Drivers
  2607. -------
  2608.  
  2609. Fixes bugs:
  2610.     - An error in the (unsupported) SGI RGB driver could cause crashes
  2611. or incorrect output.  (gdevsgi.c)
  2612.  
  2613. Starts to create a framework for structured output ("vector") drivers (PDF,
  2614. PostScript, PCL XL, etc.)  (gdevbbox.h, gdevvec.h, gsdcolor.h, gsstruct.h,
  2615. gxdevice.h, gdevvec.c)
  2616.  
  2617. Moves default page size parameters to a more accessible header.  (gdevprn.h,
  2618. gxdevice.h, gdevx.c)
  2619.  
  2620. Adds a driver that produces properly structured PCL XL output.  This is
  2621. highly experimental and not ready for use yet.  (gdevpx.c)
  2622.  
  2623. Platforms
  2624. ---------
  2625.  
  2626. Removes support for 16-bit MS-DOS platforms with the Borland compiler.  For
  2627. the moment, 16-bit MS Windows is still supported.  (bc.mak, bcflags.mak,
  2628. bclib.mak, tc.mak)
  2629.  
  2630. Interpreter
  2631. -----------
  2632.  
  2633. Fixes bugs:
  2634.     - File-based CIDFonts (with delayed, incremental loading of
  2635. character outlines) didn't work.  (gs_cidfn.ps)
  2636.  
  2637. Finishes implementing the definition of CMap resources, except for
  2638. rearranged fonts.  (gs_cidfn.ps, gs_cmap.ps)
  2639.  
  2640. Adds a little more CMap support code.  (zcid.c)
  2641.  
  2642. Removes the .setcurrentfile operator, since it doesn't solve the problem it
  2643. was intended to address.  (zcontrol.c)
  2644.  
  2645. Adapts the interpreter to use the new argument processing code.
  2646. (imainarg.c)
  2647.  
  2648. Streams
  2649. -------
  2650.  
  2651. Fixes bugs:
  2652.     - The CCITTFaxDecode filter could access as much as 3 bytes beyond
  2653. the end of a buffer, causing an invalid memory access.  (This is essentially
  2654. the same bug that was fixed for the CCITTFaxEncode filter in 4.38.)
  2655. (scfd.c)
  2656.  
  2657. Library
  2658. -------
  2659.  
  2660. Fixes bugs:
  2661.     - Painting an image without having set up any halftone could cause a
  2662. crash.  (gxht.c)
  2663.     - In a very obscure case, an occasional scan line of landscape
  2664. images could get corrupted.  (gximage0.c)
  2665.     - Because of a rounding error, patterns could fail to be painted in
  2666. certain cases.  (gxpcolor.h, gspcolor.c, gxpcmap.c)
  2667.     - Very large line widths or miter limits could cause the computation
  2668. of stroke expansion to overflow.  (gxpaint.h, gdevbbox.c, gxclpath.c,
  2669. gxstroke.c)
  2670.     - The phase could be incorrect for simple patterns.  (gspcolor.c)
  2671.     - The default implementation of copy_mono used an incorrect
  2672. RasterOp.  (gdevdflt.c)
  2673.     - The default implementation of fill_masked didn't increment the row
  2674. pointer, causing characters to appear as solid rectangular blocks.
  2675. (gxdcolor.c)
  2676.  
  2677. Eliminates an unnecessary gsave and grestore from rectfill and rectstroke if
  2678. the path was null.  (gsdps1.c)
  2679.  
  2680. Adds a limit on the amount of space that the default (C heap) allocator will
  2681. allocate, and a record of the maximum amount allocated, to help testing
  2682. embedded products.  (gsmemory.c)
  2683.  
  2684. Changes the band list algorithm for deciding how many replicas of a halftone
  2685. tile to store in the tile cache.  The previous algorithm was too liberal,
  2686. which could cause the cache to overflow and many unnecessary bitmaps to be
  2687. written in the band list.  (gxclbits.c)
  2688.  
  2689. Writes clipping with a rectangle more compactly in the band list.
  2690. (gxfixed.h, gxclpath.c)
  2691.  
  2692. Adds new band list commands for representing 90- and 180-degree arcs
  2693. compactly.  (gxclpath.h, gxclpath.c, gxclread.c)
  2694.  
  2695. Repackages handling of general monochrome images, color images, and 12-bit
  2696. and interpolated images, so that they are included optionally rather than in
  2697. all configurations.  (int.mak, lib.mak, gximage.h, gximage.c,
  2698. gximage[12345].c)
  2699.  
  2700. Changes the structure definition for devices to include no-op pointer
  2701. enumeration and relocation, so they can have subclasses.  (gxdevice.h)
  2702.  
  2703. Adds a library facility for processing command line arguments with
  2704. @-expansion.  (gsargs.h, gsargs.c)
  2705.  
  2706. Version 4.41(private) (1/21/97)
  2707. =====================
  2708.  
  2709. This release adds a PCL XL output driver, and a few performance
  2710. improvements.
  2711.  
  2712. Procedures
  2713. ----------
  2714.  
  2715. Fixes bugs:
  2716.     - The zlib library used an incorrect header file when compiling.
  2717. (zlib.mak)
  2718.  
  2719. Changes the names of the preprocessor symbols indicating the presence of
  2720. system header files to be consistent with the ones used by GNU configure.
  2721. (dvx-tail.mak, ugcclib.mak, unixtail.mak, vms.mak; dirent_.h, time_.h;
  2722. gp_unix.c)
  2723.  
  2724. Changes the method for choosing the compression filter for RAM-based band
  2725. lists.  This is a NON-BACKWARD-COMPATIBLE change in the makefile.  (lib.mak)
  2726.  
  2727. Drivers
  2728. -------
  2729.  
  2730. Adds black-and-white and 8-bit gray PCL XL (PCL 6) drivers for the LaserJet
  2731. 5 and 6 family.  This driver is extremely simple and just emits bitmaps;
  2732. future drivers will use more PCL XL high-level constructs.  (gdevlj56.c)
  2733.  
  2734. Fonts
  2735. -----
  2736.  
  2737. Updates the free font distribution to add the URW Grotesk and Antiqua fonts.
  2738.  
  2739. Interpreter
  2740. -----------
  2741.  
  2742. Fixes bugs:
  2743.     - gs -h and -v returned with a non-zero exit code on all platforms.
  2744. (This is necessary under Windows, to keep the message visible on the screen,
  2745. but nowhere else.)  (imainarg.c)
  2746.     - Resizing a dictionary could exceed dict_max_size, causing memory
  2747. corruption.  (dstack.h, idict.h, idict.c, zdict.c)
  2748.  
  2749. Adds .setlinecap and .setlinejoin that can use the extended range of line
  2750. cap/join values, and redefines setlinecap and setlinejoin in terms of them.
  2751. (gs_init.ps, zgstate.c)
  2752.  
  2753. Streams
  2754. -------
  2755.  
  2756. Fixes bugs:
  2757.     - The CCITTFaxDecode filter with EncodedByteAlign = true skipped to
  2758. a byte boundary before checking for an EOL.  This may be wrong if EndOfLine
  2759. = true; we aren't at all sure what should happen if EndOfLine = false.
  2760. (scfd.c)
  2761.  
  2762. Adds a "no wrapper" option to the zlib streams, to optionally suppress the
  2763. time-consuming integrity checksum computation.  (szlibx.h, szlibc.c,
  2764. szlibd.c, szlibe.c)
  2765.  
  2766. Library
  2767. -------
  2768.  
  2769. Fixes bugs:
  2770.     - Dashed lines with zero-length drawn segments (dots) that fell
  2771. exactly on a corner produced inappropriate output.  (pcl/test19.pxs)
  2772. (gxpdash.c, gxstroke.c)
  2773.     - Dashed lines didn't set the segment notes properly.  (gxpdash.c)
  2774.     - The bounding box device didn't free a bookkeeping structure at the
  2775. end of processing an image.  (gdevbbox.c)
  2776.     - Curve points could get computed incorrectly when using emulated
  2777. floating point.  (gxpcopy.c)
  2778.     - The 1-element cache for curve_x_at_y didn't work if Y was
  2779. decreasing.  (gxfixed.h, gxpcopy.c)
  2780.  
  2781. Distinguishes between error and informational exits.  (stdpre.h)
  2782.  
  2783. Defines and checks maximum values for line cap and join parameters.
  2784. (gslparam.h, gsline.c)
  2785.  
  2786. Removes the 'not last' segment note, since it is not used for anything.
  2787. (gxpath.h, gspath1.c, gxpath2.c, gxpcopy.c, gxpflat.c, gxstroke.c)
  2788.  
  2789. Changes the memory freeing algorithm for RAM-based band lists back to the
  2790. original one, since the "improved" one had more bugs than it was worth
  2791. chasing.  (gxclmem.c)
  2792.  
  2793. Speeds up the A * B / C algorithm a little.  (gsmisc.c)
  2794.  
  2795. Speeds up curve_x_at_y by recognizing more cases that don't require the slow
  2796. A * B / C algorithm.  (gxpcopy.c)
  2797.  
  2798. Changes the path filling code so it uses fill-by-trapezoids even if
  2799. fill_adjust is zero, as long as the flatness is at least 1 pixel.
  2800. (gxfill.c)
  2801.  
  2802. Removes the (unneeded) floating point operations from gx_curve_log2_samples.
  2803. (gxpflat.c)
  2804.  
  2805. Changes the memory-based implementation of band lists so that it constructs
  2806. the compressor and decompressor by calling procedures rather than
  2807. instantiating templates: this allows setting filter parameters to
  2808. non-default values.  (gxclmem.h, gxcllzw.c, gxclmem.c, gxclzlib.c)
  2809.  
  2810. Version 4.40(private) (1/13/97)
  2811. =====================
  2812.  
  2813. This version finally handles the last graphics model discrepancies between
  2814. PostScript and PCL, by correctly implementing null joins, minimum dot
  2815. lengths, and tangent-aligned curve ends.  It also contains some significant
  2816. performance improvements, and as usual a few bug fixes.
  2817.  
  2818. Documentation
  2819. -------------
  2820.  
  2821. Documents the new accurate curves and path dashing operators.
  2822. (language.txt)
  2823.  
  2824. Utilities
  2825. ---------
  2826.  
  2827. Adds switches for genconf to set and unset a prefix for file names.
  2828. (genconf.c)
  2829.  
  2830. Drivers
  2831. -------
  2832.  
  2833. Adds recognition of the new Distiller 3.0 parameters to the PDF writer.
  2834. (None of them have any effect yet.)  (gs_pdfwr.ps, gdevpdfx.h, gdevpdf.c,
  2835. gdevpdfp.c)
  2836.  
  2837. Converts all the output functions in the PDF writer from being file-based to
  2838. using streams, in anticipation of adding compression.  (gdevpdfs.h,
  2839. gdevpdfx.h, gdevpdf*.c, gdevpdfs.c)
  2840.  
  2841. Interpreter
  2842. -----------
  2843.  
  2844. Adds operators for accessing the new accurate curves flag in the graphics
  2845. state.  (zgstate.c)
  2846.  
  2847. Adds an operator for invoking gs_dashpath.  (zpath1.c)
  2848.  
  2849. Interpreter (PDF)
  2850. -----------------
  2851.  
  2852. Fixes bugs:
  2853.     - Indexed color spaces whose base space was a CIE space caused an
  2854. error.  (pdf_draw.ps)
  2855.  
  2856. Library
  2857. -------
  2858.  
  2859. Fixes bugs:
  2860.     - A pointer was declared const incorrectly.  (gxcpath.c)
  2861.     - Filling with a pattern often failed to pass a non-null bitmap ID,
  2862. causing excessive writing in the band list.  (Performance bug only.)
  2863. (gspcolor.c)
  2864.     - The bounding box device didn't discount copy_mono or draw_line
  2865. operations drawing in white.  (gdevbbox.c)
  2866.     - The bounding box device didn't read out the bounding box correctly
  2867. as the PageBoundingBox device parameter.  (It did return it correctly
  2868. through the gx_device_bbox_bbox procedure.)  (gdevbbox.c)
  2869.     - The default implementation of fill_triangle drew nothing or
  2870. incorrect output if the corners of the triangle were specified in certain
  2871. orders (ax < 0 or bx < 0) (i.e., the previous "fix" had a bug).
  2872. (gdevddrw.c)
  2873.  
  2874. Changes tile size from always being set in all bands to being 'known' by
  2875. bands individually.  (gxclist.h, gxcldev.h, gxclbits.c, gxclist.c)
  2876.  
  2877. Computes an additional value in advance when rendering images.  (gximage.h,
  2878. gximage1.c, gximage2.c)
  2879.  
  2880. Replaces some slow loops with calls of memmove.  (gxclmem.c)
  2881.  
  2882. Provides a fixed-point implementation of A * B / C for machines with slow
  2883. floating point.  (gxfixed.h, gsmisc.c)
  2884.  
  2885. Extends the "device color" type to implement filling masked regions as well
  2886. as rectangles.  (gxdcolor.h, gdevdflt.c, gspcolor.c, gxcht.c, gxdcolor.c,
  2887. gxht.c)
  2888.  
  2889. Makes unclipped monobit portrait and landscape images and image masks use
  2890. the new masked fill capability of device colors.  (gximage.h, gximage.c,
  2891. gximage1.c, gximage2.c)
  2892.  
  2893. Adds a macro for determining pointer alignment.  (stdpre.h, gdevdflt.c)
  2894.  
  2895. When floating point is slow, uses a different, faster algorithm for
  2896. gx_curve_x_at_y.  (gxpcopy.c)
  2897.  
  2898. Improves performance by adding a one-element cache for gx_curve_x_at_y.
  2899. (gzpath.h, gxpcopy.c)
  2900.  
  2901. Reduces overhead when banded images are pre-rasterized (currently, always).
  2902. (gxclimag.c)
  2903.  
  2904. Adds a rendering cost estimate field to each band in a band list.  This
  2905. field isn't actually used for anything yet; eventually, the intent is that
  2906. bands with a high cost will get rendered, and stored in compressed form,
  2907. before starting the engine.  (gxclist.h)
  2908.  
  2909. Adds the concept of 'notes' for path segments, to allow remember what
  2910. segments constitute a single curve or arc.  Currently we set these properly
  2911. for everything except dashed paths.  (gxclpath.h, gxpath.h, gzpath.h,
  2912. gspath1.c, gxclpath.c, gxclread.c, gxpath.c, gxpath2.c, gxpcopy.c)
  2913.  
  2914. When the dot length is non-zero, changes curve stroking to always use bevel
  2915. joins within each curve rather than the current join.  This prevents a
  2916. "bristly" look with no join and butt caps.  (gxstroke.c)
  2917.  
  2918. Adds an "accurate curves" capability that makes the last line segment of a
  2919. flattened curve actually be tangent to the curve, which in turn makes
  2920. flat-end caps be correctly perpendicular to the tangent.  (gxpath.h,
  2921. gxpcopy.c)
  2922.  
  2923. Adds an "accurate curves" flag in the graphics state.  (gsline.h,
  2924. gxclpath.h, gxistate.h, gsline.c, gspath.c, gspath1.c, gxclpath.c,
  2925. gxclread.c, gxfill.c, gxstroke.c)
  2926.  
  2927. Changes the meaning of "no join" (gs_join_none) so that instead of producing
  2928. no join and butt caps, it produces whatever the current cap is.  This is
  2929. compatible with the H-P definition.  (gxstroke.c)
  2930.  
  2931. Implements non-zero dot length for dash patterns.  (gxpdash.c)
  2932.  
  2933. Splits off the curve flattening algorithms into a separate file.
  2934. (gxpcopy.c, gxpflat.c)
  2935.  
  2936. Version 4.39(limited) (1/1/97)
  2937. =====================
  2938.  
  2939. This version was created only to accompany a release of the PCL XL
  2940. interpreter.  It was withdrawn the day after it was released, because the
  2941. tools used to produce it put the wrong files in the filesets.
  2942.  
  2943. Documentation
  2944. -------------
  2945.  
  2946. Adds a more detailed description of the third-party ps_view viewer
  2947. interface.  (new-user.txt)
  2948.  
  2949. Corrects an error in a reference to the PSLRM.  (lib.txt)
  2950.  
  2951. Documents the change in .makeoperator.  (language.txt)
  2952.  
  2953. Updates the FTP location of the zlib sources.  (zlib.mak)
  2954.  
  2955. Procedures
  2956. ----------
  2957.  
  2958. Fixes bugs:
  2959.     - The Unix library makefile didn't include the necessary definitions
  2960. for libpng and zlib.  (ugcclib.mak)
  2961.  
  2962. Allows selecting the compression filters for memory-based band lists in the
  2963. makefile.  Makes zlib (deflate) the default compressor for memory-based band
  2964. lists.  (lib.mak)
  2965.  
  2966. Utilities
  2967. ---------
  2968.  
  2969. Fixes bugs:
  2970.     - prfont.ps wouldn't print unencoded characters in Type 42 fonts.
  2971. (prfont.ps)
  2972.  
  2973. Drivers
  2974. -------
  2975.  
  2976. Fixes bugs:
  2977.     - The H-P monochrome driver didn't put out enough initialization
  2978. commands at the beginning of each page to make each page printable
  2979. independently.  (gdevdjet.c)
  2980.  
  2981. Interpreter
  2982. -----------
  2983.  
  2984. Changes ref_stack_count_inline so it never does a procedure call.
  2985. (istack.h)
  2986.  
  2987. Changes .makeoperator so that operator procedures save the stack depths, and
  2988. restore the stack pointers (if possible) if the operator encounters an
  2989. error.  This is a NON-BACKWARD-COMPATIBLE CHANGE; it requires rewriting the
  2990. 'stop' and 'stopped' pseudo-operators (and, if there were any, any other
  2991. pseudo-operators that interact with the error handling machinery) in C.
  2992. (gs_init.ps, interp.c, zcontrol.c)
  2993.  
  2994. Adds recognition of the LeadingEdge, MediaClass, and RollFedMedia keys in a
  2995. page device dictionary, per the Adobe supplement for their version 2017
  2996. interpreter.  This involves a NON-BACKWARD-COMPATIBLE change to the
  2997. (undocumented) .matchpagesize operator.  (gs_setpd.ps, zmedia2.c)
  2998.  
  2999. Makes necessary changes for compatibility with the added parameters for the
  3000. zlib filters.  (zfzlib.c)
  3001.  
  3002. Streams
  3003. -------
  3004.  
  3005. Fixes bugs:
  3006.     - The zlib encoder returned EOFC when it should have returned 0.
  3007. (szlibe.c)
  3008.  
  3009. Adds optional parameters and reset procedures for the zlib filters.
  3010. (szlibx.h, szlibc.c, szlibd.c, szlibe.c)
  3011.  
  3012. Library
  3013. -------
  3014.  
  3015. Fixes bugs:
  3016.     - Displaying characters with a non-standard RasterOp could cause an
  3017. invalid memory access.  (gdevdflt.c)
  3018.     - Banding sometimes used an incorrect RasterOp.  (gxclread.c)
  3019.     - When banding, mixing Patterns and halftones could confuse the
  3020. bookkeeping of tile size, leading to incorrect generation of the band list
  3021. and error messages or confusion when rasterizing.  (gxclist.h, gxclbits.c,
  3022. gxclread.c)
  3023.     - If only the dash pattern offset changed, and not any of the other
  3024. dash-related parameters, the new offset wasn't written in the band list,
  3025. causing incorrect output.  (gxclpath.c)
  3026.     - Oversized halftone tiles didn't report their error code properly.
  3027. (gxclbits.c)
  3028.     - Oversized halftone tiles with RasterOp caused an error.
  3029. (gxclist.c)
  3030.     - When banding, RasterOp transfers that crossed a band boundary
  3031. didn't access the correct source data on bands other than the first.
  3032. (gxclist.c)
  3033.     - There were redundant copies of the code for writing a RasterOp
  3034. value in the band list.  (gxclimag.c, gxclpath.c)
  3035.     - Oversized patterns or halftones produced garbled output.
  3036. (gxclbits.c)
  3037.     - The check for oversized patterns or halftones was slightly
  3038. incorrect, leading to the possibility of writing out a tile that would
  3039. overflow the reading buffer and corrupt memory.  (gxclbits.c)
  3040.     - When banding, RasterOp wasn't applied to fill and stroke
  3041. operations, and wasn't applied correctly to characters.  (gdevdflt.c,
  3042. gxclimag.c, gxclread.c)
  3043.     - The RasterOp-related optimizations for black-and-white images
  3044. sometimes produced incorrect output.  (gximage.c, gximage2.c)
  3045.     - The default implementation of fill_triangle didn't draw anything
  3046. if the corners of the triangle were specified in certain orders (ax < 0 or
  3047. bx < 0).  (gdevddrw.c)
  3048.     - Painting with a Pattern could pass out-of-range phase values to
  3049. driver procedures.  (gspcolor.c)
  3050.     - Because of an off-by-1 error, halftones or patterns passed through
  3051. the band list could write past the end of their allocated space in the band
  3052. tile cache, leading to incorrect output or possible arithmetic exceptions or
  3053. memory access errors.  (gsbitops.c)
  3054.  
  3055. Adds -Z: for printing only the minimal command list statistics.  (gxclist.c,
  3056. gxclread.c)
  3057.  
  3058. Expands band list tracing so it includes all of the data associated with the
  3059. command, not just the command name and a few command parameters.
  3060. (gxclread.c)
  3061.  
  3062. Adds free lists for strings.  Currently these are only used in
  3063. non-garbage-collected environments.  (gxalloc.h, gsalloc.c, gsnogc.c)
  3064.  
  3065. Adds a procedure for copying a path structure, and an (internal) accessor
  3066. for the current path in the graphics state.  (gxpath.h, gspath.c, gxpath.c)
  3067.  
  3068. Speeds up filling characters with halftones a little bit.  (gdevdflt.c)
  3069.  
  3070. Changes the memory-based implementation of band lists so it can use any
  3071. compression / decompression filter, so it only compresses when it has
  3072. allocated a specified amount of buffer storage, and so it releases its
  3073. buffer storage at the end of each page.  (gxclmem.h, gxclmem.c)
  3074.  
  3075. Speeds up counting the number of 1-bits in a byte, which is used in some
  3076. image processing algorithms.  (gsbittab.h, gsbittab.c)
  3077.  
  3078. Reduces the band list space required for changing tile size.  (gxcldev.h,
  3079. gxclbits.c, gxclread.c)
  3080.  
  3081. Version 4.38(limited) (12/20/96)
  3082. =====================
  3083.  
  3084. Adds support for a couple of undocumented features in Type 1 fonts.
  3085.  
  3086. Interpreter
  3087. -----------
  3088.  
  3089. Adds handling of the Type 1 font subroutineNumberBias (an optional entry in
  3090. the Private dictionary) and lenIV = -1 features at the interpreter level.
  3091. (zchar1.c, zfont1.c)
  3092.  
  3093. Streams
  3094. -------
  3095.  
  3096. Fixes bugs:
  3097.     - The CCITTFaxEncode filter could access as much as 3 bytes beyond
  3098. the end of a buffer, causing an invalid memory access.  (scfe.c)
  3099.  
  3100. Changes the RunLengthDecode filter so it can make progress (produce output)
  3101. with only a 1-byte output buffer.  (srlx.h, srld.c)
  3102.  
  3103. Library
  3104. -------
  3105.  
  3106. Fixes bugs:
  3107.     - The sine and cosine of multiples of 90 degrees weren't exact.
  3108. (gxfarith.h, gsmisc.c)
  3109.     - The expanded bounding box computation for strokes didn't take into
  3110. account the possibility of overflow.  (gxstroke.c)
  3111.     - The allocator didn't fill freed strings with the 'free' mark.
  3112. (gsalloc.c)
  3113.     - When using a pattern with RasterOp, the phase was computed
  3114. incorrectly, leading to anomalous filling patterns.  (gspcolor.c)
  3115.     - Patterns with a non-zero translation in the matrix passed to
  3116. makepattern didn't translate the pattern origin properly.  (gxcolor2.h,
  3117. gxpcolor.h, gspcolor.c)
  3118.  
  3119. Adds a subroutineNumberBias field to Type 1 fonts.  This is an undocumented
  3120. feature of the Type 1 font format.  (gxfont1.h, gstype1.c)
  3121.  
  3122. Interprets lenIV = -1 in Type 1 fonts as meaning that the CharStrings are
  3123. unencrypted.  This too is an undocumented feature of the Type 1 format.
  3124. (gxfont1.h, gxtype1.h, gstype1.c, gstype2.c)
  3125.  
  3126. Changes gs_clippath so it returns more reasonable outlines.  (There are too
  3127. many programs that rely on being able to stroke the result of clippath, even
  3128. though both the Adobe and H-P literature specifically say the results are
  3129. unpredictable.)  (gxcpath.h, gxcpath.c)
  3130.  
  3131. Version 4.37(limited) (12/10/96)
  3132. =====================
  3133.  
  3134. This version implements separate halftone phase for source and texture,
  3135. required for PCL XL implementation.
  3136.  
  3137. Fonts
  3138. -----
  3139.  
  3140. Fixes bugs:
  3141.     - Loading a native TrueType font without a 'post' table caused an
  3142. error.  (gs_ttf.ps)
  3143.  
  3144. Interpreter
  3145. -----------
  3146.  
  3147. Extends the interpreter to handle the new separate halftone phases for the
  3148. RasterOp source and texture.  (gs_dps1.ps, zdps1.c)
  3149.  
  3150. Makes a small change to accommodate a library change supporting Type 2
  3151. charstrings.  (zfont1.c)
  3152.  
  3153. Interpreter (PDF)
  3154. -----------------
  3155.  
  3156. Implements the FontFile2 key for embedded TrueType fonts.  (pdf_font.ps)
  3157.  
  3158. Starts to implement the FontFile3 key for compressed Type 1 fonts.  This
  3159. code is currently disabled, because none of the necessary underlying C is
  3160. written yet.  (pdf_font.ps)
  3161.  
  3162. Library
  3163. -------
  3164.  
  3165. Fixes bugs:
  3166.     - The floating point emulator often returned incorrect results (too
  3167. many bugs to list).  (This is not used in any standard configuration.)
  3168. (gsfemu.c)
  3169.     - The new copy_for procedure for gstates incorrectly declared an
  3170. argument as const.  (gxstate.h, gsstate.c)
  3171.     - If a curve had to be split twice along the same axis to make it
  3172. monotonic, the split points could still be returned in the wrong order,
  3173. possibly causing curved edges to turn into straight lines, and the algorithm
  3174. still produced the wrong results if the curve had to be split twice along a
  3175. single axis.  This is the second time we have "fixed" these problems and the
  3176. 4th time we have "fixed" the curve monotonizing algorithm.  (gxpcopy.c)
  3177.     - Setting halftones cause a memory leak, because the subsidiary
  3178. objects of the device halftone weren't freed properly.  Fixing this required
  3179. changing the graphics state implementation from allocating a device halftone
  3180. for each gstate to managing the device halftone with reference counting.
  3181. (gxdht.h, gzstate.h, gsht.c, gsstate.c)
  3182.  
  3183. Provides an optimized version of ldexp for FPU-less configurations, and
  3184. changes one key algorithm to use it.  (gxfixed.h, gsmisc.c, gxpcopy.c)
  3185.  
  3186. Speeds up imagemask with a halftone a little.  (This will eventually require
  3187. more serious optimization.)  (gximage2.c)
  3188.  
  3189. Adds a -Z* switch for tracing varieties of image rendering.  (gximage.c)
  3190.  
  3191. Recognizes that if the logical operation is equivalent to D = S (after
  3192. accounting for a constant texture, if any), or if it is equivalent to D = ~S
  3193. or D = D {&,|}{S,~S} and D and S are both monobit and both colors are pure,
  3194. imaging with RasterOp can be executed without invoking RasterOp.  (gsropt.h,
  3195. gximage.c)
  3196.  
  3197. Makes coordinate transformations with landscape matrices execute as fast as
  3198. with portrait matrices.  (gxmatrix.h, gscoord.c, gsmatrix.c)
  3199.  
  3200. Adds some sketch code for interpreting Type 2 charstrings.  It compiles, but
  3201. it makes no pretense of being runnable.  (gstype1.h, gxop1.h, gxtype1.h,
  3202. gstype2.h, gxfont1.h, gstype1.c, gstype2.c)
  3203.  
  3204. Extends the library to allow setting separate halftone phases for the
  3205. RasterOp source and texture, which is needed to implement halftone screens
  3206. that behave like those in H-P's PCL XL printers.  (gscsel.h, gsstate.h,
  3207. gxcmap.h, gxcspace.h, gxdcolor.h, gxdither.h, gxpcolor.h, gzht.h, gzstate.h,
  3208. gscie.c, gscsepr.c, gsht.c, gspcolor.c, gxcht.c, gxcmap.c, gxdcolor.c,
  3209. gxht.c, gximage.c, gximage[2345].c, gspcmap.c) ****** STILL NEED TO UPDATE
  3210. BANDING CODE, grep FOR phase ******
  3211.  
  3212. Removes the rc_header member from the gs_halftone structure, since we don't
  3213. need it after all.  (gxht.h)
  3214.  
  3215. Version 4.36(limited) (12/3/96)
  3216. =====================
  3217.  
  3218. This version fixes a number of library bugs related to RasterOp, Patterns,
  3219. and memory management.
  3220.  
  3221. Documentation
  3222. -------------
  3223.  
  3224. Changes the definition of texture transparency to match the peculiar H-P
  3225. specification.  (drivers.txt, language.txt)
  3226.  
  3227. Drivers
  3228. -------
  3229.  
  3230. Fixes bugs:
  3231.     - x_get_bits didn't flush updates to the frame buffer, leading to
  3232. possibly incorrect data being returned.  (gdevx.c)
  3233.     - x_get_bits added padding to the scan line being copied, possibly
  3234. corrupting memory.  (gdevx.c)
  3235.  
  3236. Changes the x11mono driver to define white = 0, black = 1 to more closely
  3237. model black-and-white printers.  (This is an internal change that doesn't
  3238. affect the output.)  (gdevxalt.c)
  3239.  
  3240. Interpreter
  3241. -----------
  3242.  
  3243. Removes some code that is no longer needed, by virtue of the fix for the
  3244. memory leak in Pattern remapping.  (zpcolor.c)
  3245.  
  3246. Library
  3247. -------
  3248.  
  3249. Fixes bugs:
  3250.     - Patterns wider than 1024 bits caused a rangecheck.  (gxclip2.h,
  3251. gxclip2.c)
  3252.     - Dash patterns never got freed.  The fix for this slows down gsave
  3253. and grestore slightly, but we don't see any way around it.  (gsline.c,
  3254. gsstate.c)
  3255.     - If the CTM was very non-uniform in X and Y, stroke sometimes
  3256. didn't recognize thin lines as being thin, leading to dropouts.
  3257. (gxstroke.c)
  3258.     - RasterOps that didn't use S or T still took S or T transparency
  3259. into account.  (gdevmrop.c)
  3260.     - RasterOps with no source didn't handle the possibility that the
  3261. device color for black might have a value other than 0.  (gxdcolor.h,
  3262. gspcolor.c, gxcht.c, gxdcolor.c, gxht.c)
  3263.     - White pixels in halftones on black-and-white devices apparently
  3264. are *not* supposed to be treated as opaque for RasterOp.  (gxcht.c, gxht.c)
  3265.     - clippath caused memory to be lost until a restore or a garbage
  3266. collection.  (gspath.c)
  3267.     - Clipping lists weren't ever freed, and clipping paths sometimes
  3268. weren't freed, causing memory to be lost until a restore or a garbage
  3269. collection.  (gzacpath.h, gxacpath.c, gxcpath.c)
  3270.     - Freeing a pattern instance referenced a pointer after it had been
  3271. freed, causing an invalid memory access.  (gspcolor.c)
  3272.     - Remapping a Pattern color lost track of the temporary gstate,
  3273. memory devices, and possibly the mask, causing memory to be lost until a
  3274. restore or GC.  (gxpcolor.h, gxpcmap.c)
  3275.     - Remapping a Pattern color could cause paths to be marked as
  3276. shared, preventing them from being freed until a restore or GC.  (gxpcmap.c)
  3277.  
  3278. Enhances the non-tracing garbage collector so that if there are no strings
  3279. allocated at all, it resets the string allocation pointers.  (gsnogc.c)
  3280.  
  3281. Optimizes the black-and-white RasterOp implementation by recognizing cases
  3282. that can be implemented directly by fill_rectangle, copy_mono, or
  3283. tile_rectangle.  (gdevmrop.h, gsropt.h, gdevmrop.c, gsroptab.c)
  3284.  
  3285. Changes -ZA so it no longer produces [P] tracing messages for path
  3286. construction.  (gxpath.c)
  3287.  
  3288. Adds a gx_pattern_cache_winnow procedure for selectively removing entries
  3289. from the Pattern cache, similar to gx_purge_selected_cached_chars.
  3290. (gscolor2.h, gxpcolor.h, gxpcmap.c)
  3291.  
  3292. Adds the Pattern UID to Pattern cache entries.  (gxpcolor.h, gxpcmap.c)
  3293. ****** MUST HANDLE XUID POINTERS ON GC (RELOC) & RESTORE (CLEAR LIKE HT
  3294. CACHE) ******
  3295.  
  3296. Makes gs_gstate free the path representation of the clipping path if it's a
  3297. rectangle, since reconstructing it is cheap and otherwise the path segments
  3298. would not be freeable until a restore or GC.  (gsstate.c)
  3299.  
  3300. Extends the "client data" interface for gstates so that the copy procedure
  3301. can determine why it is being called.  (gxstate.h, gsstate.c)
  3302.  
  3303. Version 4.35(limited) (11/24/96)
  3304. =====================
  3305.  
  3306. This contains the usual bug fixes, and two minor enhancements: an option for
  3307. handling EPSF files with binary headers, and support for file-based
  3308. resources.
  3309.  
  3310. Documentation
  3311. -------------
  3312.  
  3313. Documents the new EPSF-reading capability.  (gs.mak)
  3314.  
  3315. Procedures
  3316. ----------
  3317.  
  3318. Fixes bugs:
  3319.     - Some obsolete definitions were accidentally left in the rules for
  3320. compiling fonts into the executable.  (int.mak)
  3321.  
  3322. Interpreter
  3323. -----------
  3324.  
  3325. Fixes bugs:
  3326.     - initgraphics left the current color space in an inconsistent
  3327. state.  (bug introduced in 4.32) (zgstate.c)
  3328.     - restore didn't properly rebind FontDirectory to either Local or
  3329. SharedFontDirectory according to the current VM selection.  (gs_dps1.ps)
  3330.     - If FontDirectory was redefined, many things broke.  (gs_ccfnt.ps,
  3331. gs_dps1.ps, gs_fonts.ps, gs_pdfwr.ps)
  3332.     - If a resource provided a file name but the file couldn't be
  3333. opened, an error occurred.  (gs_res.ps)
  3334.     - flushfile didn't work with procedure-based streams.  (zfileio.c)
  3335.  
  3336. Adds a feature (epsf.dev) that allows the interpreter to recognize and
  3337. handle MS-DOS EPSF files with a binary header.  (int.mak, gs_epsf.ps,
  3338. gs_init.ps, pdf_main.ps)
  3339.  
  3340. Adds (internal) .getuserparam and .getsystemparam operators for getting the
  3341. value of a single user or system parameter.  (gs_lev2.ps, zusparam.c)
  3342.  
  3343. To support file-based resources, implements the FontResourceDir,
  3344. GenericResourceDir, and GenericResourcePathSep system parameters, and
  3345. ResourceFileName for the built-in resource categories.  (gs_init.ps,
  3346. gs_lev2.ps, gs_res.ps)
  3347.  
  3348. Streams
  3349. -------
  3350.  
  3351. Fixes bugs:
  3352.     - The 2-D CCITTFaxDecode filter became confused if a buffer boundary
  3353. fell between a horizontal make-up code and its terminating code, typically
  3354. causing an ioerror.  (scfd.c)
  3355.  
  3356. Library
  3357. -------
  3358.  
  3359. Fixes bugs:
  3360.     - Using the null color could confuse the reference counts for color
  3361. spaces, causing memory access errors.  (gscolor.c)
  3362.     - Images with CombineWithColor = true caused memory access error,
  3363. because a structure element wasn't initialized.  (gdevmrop.c)
  3364.     - gs_setnullcolor tried to return an error code, even though it was
  3365. declared as returning void.  (Why doesn't gcc catch this??)  (gscolor.h,
  3366. gscolor.c)
  3367.     - gs_setnullcolor was declared inconsistently as taking a const or
  3368. non-const argument.  (gscolor.h)
  3369.     - Small color tiles in the band list were not read in correctly.
  3370. (gxclread.c)
  3371.     - The band list could get confused, causing ioerrors, invalid memory
  3372. accesses, or garbled output, because the algorithms for computing the size
  3373. of bitmaps when writing and when reading had gotten inconsistent.  This code
  3374. has been broken and "fixed" at least 4 or 5 times.  (gxcldev.h, gxclbits.c,
  3375. gxclread.c)
  3376.     - When using banding, characters that extended off the page
  3377. vertically in the -Y direction came out garbled.  (gxclimag.c)
  3378.     - The bounding box device didn't compute the box correctly for
  3379. trapezoids.  (gdevbbox.c)
  3380.     - The fastest case of rendering monochrome images could cause
  3381. unaligned data accesses.  (bug introduced recently.)  (gximage.h,
  3382. gximage1.c)
  3383.     - TrueType characters with no contours could cause an invalid memory
  3384. access.  (gstype42.c)
  3385.     - Composite TrueType characters weren't rendered properly.
  3386. (gstype42.c)
  3387.  
  3388. Adds a get_outline procedure to the Type 42 font header, to provide a
  3389. callback for getting the outline data for a glyph.  (gxfont42.h, gstype42.c)
  3390.  
  3391. Version 4.34(limited) (11/18/96)
  3392. =====================
  3393.  
  3394. This release adds a little more support for CID-keyed fonts and for PCL
  3395. emulation, and a bit more of the machinery for passing images through the
  3396. band list.
  3397.  
  3398. Documentation
  3399. -------------
  3400.  
  3401. Fixes bugs:
  3402.     - The RasterOp source device wasn't listed as an internal device in
  3403. drivers.txt.  (drivers.txt)
  3404.  
  3405. Corrects a statement regarding the pstotext license.  (new-user.txt)
  3406.  
  3407. Procedures
  3408. ----------
  3409.  
  3410. Fixes bugs:
  3411.     - The Watcom makefile for the library didn't work properly if
  3412. certain variables were overridden from the command line.  (watclib.mak)
  3413.     - The library code inadvertently depended on an interpreter header
  3414. file.  (*.mak)
  3415.  
  3416. Drivers
  3417. -------
  3418.  
  3419. Fixes bugs:
  3420.     - Some very picky compilers complained about assigning 0 to a
  3421. variable of an enum type.  (gdevpdfx.h, gdevpdf.c)
  3422.  
  3423. Interpreter
  3424. -----------
  3425.  
  3426. Fixes bugs:
  3427.     - Some very picky compilers didn't like a cast from a pointer type
  3428. to an int type.  (idebug.c)
  3429.     - Some very picky (and non-ANSI-compliant) compilers didn't allow
  3430. assigning an int to a variable of enumerated type.  (zfont2.c, zht2.c)
  3431.     - The library code inadvertently depended on an interpreter header
  3432. file.  (iref.h)
  3433.  
  3434. Restructures the font building code slightly to support CID fonts better.
  3435. (gs_cidfn.ps, bfont.h, zcid.c, zfont0.c, zfont1.c, zfont2.c, zfont42.c)
  3436.  
  3437. Adds a .setcurrentfile operator to allow disk-based fonts to keep their file
  3438. open.  (gs_cidfn.ps, zcontrol.c)
  3439.  
  3440. Streams
  3441. -------
  3442.  
  3443. Fixes bugs:
  3444.     - Some very picky compilers didn't like the computation (const byte
  3445. *)0 - 1.  (stream.c)
  3446.     - A cast to ulong was omitted.  (smtf.c)
  3447.     - Some compilers got confused by typedefs in the zlib header files.
  3448. (szlibd.c, szlibe.c)
  3449.  
  3450. Library
  3451. -------
  3452.  
  3453. Fixes bugs:
  3454.     - A header file didn't select the proper system header on all POSIX
  3455. systems.  (malloc_.h)
  3456.     - A subclass/superclass type discrepancy upset some compilers.
  3457. (gsline.h, gsline.c, gxpdash.c)
  3458.     - Some very picky compilers didn't accept the previous definition of
  3459. the offset_of macro.  (stdpre.h)
  3460.     - Some very picky (and non-ANSI-compliant) compilers didn't like
  3461. mixing int and enumerated types.  (gsropt.h, gzstate.h, gdevmrop.c,
  3462. gdevrrgb.c, gsrop.c, gxclist.c)
  3463.     - A cast was missing.  (gslib.c)
  3464.     - The gs_setxxxtransparent procedures interpreted their argument
  3465. backwards (i.e., as "opaque" rather than "transparent").  (gsrop.c)
  3466.     - Intersecting clipping paths didn't reset the logical operation to
  3467. the default, causing a possible crash.  (gsrop.h, gsrop.c, gxacpath.c)
  3468.     - Pattern accumulation didn't reset the logical operation to the
  3469. default, possibly causing incorrect output.  (gspcolor.c)
  3470.     - If a Type 1 character ended with a curve and a closepath, a
  3471. microscopic line could result, causing output anomalies.  (gstype1.c)
  3472.     - Stroking a path with a mix of thin and non-thin lines could cause
  3473. extraneous lines to appear.  (gxstroke.c)
  3474.     - Zero-width rectangles were painted even when fill adjustment was
  3475. turned off.  (gxpaint.c, gxstroke.c)
  3476.     - The algorithm for dividing a curve into monotonic pieces could
  3477. produce incorrect results, causing anomalies when filling curved regions
  3478. with zero fill adjustment.  (gxpcopy.c)
  3479.     - The algorithms for outside clipping were wrong, causing some
  3480. inside regions not to be clipped.  (gxcpath.c)
  3481.     - The white pixels in halftones weren't treated as unconditionally
  3482. opaque for RasterOp.  (gxht.c, gxcht.c)
  3483.     - Images with RasterOp didn't work properly.  (gdevmrop.c,
  3484. gximage[2345].c, gxpcmap.c)
  3485.     - The library code inadvertently depended on an interpreter header
  3486. file.  (gxalloc.h, genarch.c)
  3487.     - An important optimization for stroking (recognizing portrait,
  3488. landscape, and unscaled CTMs) was commented out.  WE DON'T HAVE ANY RECORD
  3489. OF WHY WE DID THIS, AND RESTORING IT MAY INTRODUCE NEW BUGS.  (gxstroke.c)
  3490.     - Bitmap images with non-zero data_x values were passed through the
  3491. band list incorrectly, possibly causing vertical "streaks" in the output.
  3492. (gxcldev.h, gxclread.c)
  3493.     - If a curve had to be split twice along the same axis to make it
  3494. monotonic, the split points were returned in the wrong order, possibly
  3495. causing curved edges to turn into straight lines.  (gxpcopy.c)
  3496.  
  3497. Changes the debugging printout format for paths so the output can be
  3498. processed mechanically more easily.  (gxpath.c)
  3499.  
  3500. Adds gs_glyphpath, like charpath but taking a glyph rather than a string of
  3501. character codes.  (gschar.h, gschar.c)
  3502.  
  3503. Adds an internal concept of a "null color", a color that doesn't actually
  3504. mark any pixels.  (gscolor.h, gsdcolor.h, gxdcolor.h, gscolor.c, gxdcolor.c)
  3505.  
  3506. Takes the next incremental steps towards passing images through the band
  3507. list:
  3508.     - Implements the ability to pass some color mapping information
  3509. (transfer functions, black generation, undercolor removal) through the band
  3510. list.  (gxclist.h, gxclimag.c, gxclist.c, gxclread.c)
  3511.  
  3512. Version 4.33(limited) (11/6/96)
  3513. =====================
  3514.  
  3515. This release fixes yet another obscure bug in the recently rewritten fast
  3516. loops for image rendering.  (These loops have caused more problems than any
  3517. other single module of the entire library.)  It also adds preliminary
  3518. support for CID-keyed fonts (CIDFonts only, not CMaps yet) and some library
  3519. extensions for supporting HP-GL/2.
  3520.  
  3521. Documentation
  3522. -------------
  3523.  
  3524. Adds considerable new material to the C style document.  (c-style.txt)
  3525.  
  3526. Changes -cckr to -ansi in the SGI build procedure.  (make.txt)
  3527.  
  3528. Corrects an error in the description of the .type42execchar operator.
  3529. (gs_typ42.ps)
  3530.  
  3531. Procedures
  3532. ----------
  3533.  
  3534. Fixes bugs:
  3535.     - The 'man' pages were installed in the documentation directory as
  3536. well as in the man directory.  (unix-end.mak)
  3537.  
  3538. Interpreter
  3539. -----------
  3540.  
  3541. Adds support for CID-keyed fonts.  There is no CMap support yet, and some
  3542. things are done with hacks.  (int.mak, gs_cidfn.ps, gs_cmap.ps, ichar.h,
  3543. zchar.c, zchar2.c, zchar42.c, zfont2.c, zfont42.c, zcid.c)
  3544.  
  3545. Adds operators for accessing the new dash adaptation and dot length
  3546. parameters in the graphics state.  (gs_init.ps, zgstate.c)
  3547.  
  3548. Library
  3549. -------
  3550.  
  3551. Fixes bugs:
  3552.     - The fast case of monobit image rendering could overwrite memory.
  3553. (gximage1.c)
  3554.     - The new fast implementation of rectfill didn't check for
  3555. fixed-point overflow.  (gsdps1.c)
  3556.     - Internally, fonts with no name all appeared to have the same name,
  3557. possibly confusing the xfont machinery.  (gxccman.c)
  3558.     - A cast to remove const was omitted, upsetting some compilers.
  3559. (gximage1.c)
  3560.     - The driver's stroke_path routine was not called if the logical
  3561. operation was not the default one.  (gxpaint.c)
  3562.  
  3563. Adds support for CID-keyed fonts.  (gsccode.h, gxfont.h)
  3564.  
  3565. Adds a new "dash pattern adaptation" flag in the imager state.  When this
  3566. flag is set and a dash pattern is in effect, each line segment will receive
  3567. an integral number of repetitions of the dash pattern (if necessary, rounded
  3568. up).  (gsline.h, gxline.h, gsline.c, gsstate.c, gxpdash.c)
  3569.  
  3570. Adds a new "dot length" parameter to the imager state.  If this parameter is
  3571. non-zero, it gives a length for rendering dots (zero-length lines).  See
  3572. language.txt for details.  (gsline.h, gxline.h, gsline.c, gsstate.c,
  3573. gxstroke.c)
  3574.  
  3575. Extends band lists so they can handle dash pattern adaptation and dot
  3576. length.  (gxcldev.h, gxclpath.h, gxclpath.c, gxclread.c)
  3577.  
  3578. Adds a floating point emulator to allow more realistic profiling of
  3579. configurations without a FPU.  (gsfemu.c)
  3580.  
  3581. Version 4.32(limited) (11/1/96)
  3582. =====================
  3583.  
  3584. This fixes a couple more bugs, most notably the infamous "pixel stripe" bug.
  3585.  
  3586. Documentation
  3587. -------------
  3588.  
  3589. Fixes bugs:
  3590.     - The documentation said that Ghostscript could not interpret
  3591. encrypted PDF files.  (language.txt)
  3592.     - A number of Ghostscript's extensions to the PostScript language
  3593. were missing.  (language.txt)
  3594.  
  3595. Drivers
  3596. -------
  3597.  
  3598. Fixes bugs:
  3599.     - A compiler complained about initializing an unsigned variable with
  3600. a negative value.  (gdevx.c)
  3601.     - An off-by-1 allocation error could cause memory overwriting.
  3602. (gdevepsc.c)
  3603.  
  3604. Platforms
  3605. ---------
  3606.  
  3607. Declares a pointer 'const' that is actually only used for reading.
  3608. (gp_unifs.c)
  3609.  
  3610. Fonts
  3611. -----
  3612.  
  3613. Fixes bugs:
  3614.     - The code for adding nominal UnderlinePosition and
  3615. UnderlineThickness entries to FontInfo assumed (incorrectly) that all Type 1
  3616. fonts had FontBBox entries.  (gs_type1.ps)
  3617.  
  3618. Brings CIDFont support closer to reality.  It doesn't work yet, though.
  3619. (gs_cidfn.ps, gs_fonts.ps, gs_init.ps, gs_res.ps, gs_typ42.ps)
  3620.  
  3621. Interpreter
  3622. -----------
  3623.  
  3624. Removes a redundant implementation of initgraphics.  (gs_init.ps)
  3625.  
  3626. Speeds up rectfill a little for the common case (4 numbers on the stack).
  3627. (zdps1.c)
  3628.  
  3629. Library
  3630. -------
  3631.  
  3632. Fixes bugs:
  3633.     - Zero-width, 1-bit-deep, landscape or portrait images could
  3634. overwrite memory ad lib.  (gximage1.c)
  3635.     - A procedure was declared 'static' inconsistently, upsetting many
  3636. compilers (but not gcc, which, in contradiction to the ANSI standard,
  3637. doesn't check this properly).  (gxcpath.c)
  3638.     - A local variable was initialized with a value computed from a
  3639. variable that hadn't been set yet, leading to possibly incorrect coloring of
  3640. the first run of pixels in images with 12 bits per sample.  (gximage4.c)
  3641.     - A compiler complained about initializing an unsigned variable with
  3642. a negative value.  (shcgen.c)
  3643.     - A rounding problem could produce a vertical stripe of 1 (or on
  3644. very large images possibly more) incorrect pixels at the right edge of a
  3645. 1-bit-deep image.  (gxdda.h, gximage1.c)
  3646.  
  3647. Speeds up gs_rectfill substantially for the portrait/landscape case with a
  3648. rectangular clipping region.  (gsdps1.c)
  3649.  
  3650. Adds a parameter so we can include gx_line_params in subclasses.  (gzline.h)
  3651.  
  3652. Version 4.31(limited) (10/27/96)
  3653. =====================
  3654.  
  3655. This is primarily a bug fix release for 4.30, which we had hoped wouldn't be
  3656. necessary....
  3657.  
  3658. Documentation
  3659. -------------
  3660.  
  3661. Fixes bugs:
  3662.     - The comment describing the order of coefficients in a CTM written
  3663. on the band list was wrong.  (gxclpath.h)
  3664.  
  3665. Procedures
  3666. ----------
  3667.  
  3668. Fixes bugs:
  3669.     - bug-form.txt wasn't installed by 'make install'.  (unix-end.mak)
  3670.     - The default flags in ugcclib.mak didn't take the gcc code
  3671. generation bug into account.  (ugcclib.mak)
  3672.  
  3673. Platforms
  3674. ---------
  3675.  
  3676. Fixes bugs:
  3677.     - MetroWerks CodeWarrior predefines true and false, causing
  3678. compilation errors on the Mac.  (stdpre.h)
  3679.  
  3680. Interpreter
  3681. -----------
  3682.  
  3683. Updates code for the change in the ENUM_PTR macros.  (iscan.c)
  3684.  
  3685. Changes the allocator to keep track of "lost" ref space separately, to allow
  3686. an independent check on its activities.  (gxalloc.h, ialloc.c, isave.c)
  3687.  
  3688. Changes the garbage collector API slightly to allow implementation of the
  3689. API in applications other than PostScript interpreters.  (ivmspace.h,
  3690. ireclaim.c, igc.c)
  3691.  
  3692. Interpreter (PDF)
  3693. -----------------
  3694.  
  3695. Implements the PDF 1.1 BX and EX operators.  (pdf_base.ps, pdf_main.ps)
  3696.  
  3697. Streams
  3698. -------
  3699.  
  3700. Fixes bugs:
  3701.     - Some (harmless) pointer incompatibilities upset some compilers.
  3702. (szlibd.c, szlibe.c)
  3703.  
  3704. Updates code for the change in the ENUM_PTR macros.  (stream.c)
  3705.  
  3706. Library
  3707. -------
  3708.  
  3709. Fixes bugs:
  3710.     - A label in the ENUM_PTR procedure generating macros was often not
  3711. referenced, leading to compiler warnings.  (gsstruct.h, gxxfont.h,
  3712. gdevmem.c, gschar.c, gscolor2.c, gsdevice.c, gsfont0.c, gsht.c, gsstate.c,
  3713. gxcpath.c, gximage.c)
  3714.     - Using the gstate version of setflat rather than the imager version
  3715. caused compiler warnings (and, in some cases, errors).  (gstype1.c)
  3716.     - Non-standard ImageMatrix values for banded images didn't work.
  3717. (This wasn't actually used.)  (gxclread.c)
  3718.     - imagemask with a halftone and portrait orientation colored some
  3719. inappropriate pixels.  (bug introduced in 4.30) (gximage2.c)
  3720.     - When banding, if a character straddled a band boundary the first
  3721. time it occurred, all occurrences of it were clipped.  (bug introduced in
  3722. 4.2x or 4.30) (gxclimag.c)
  3723.     - Degenerate clipping rectangles sometimes got turned into
  3724. non-degenerate ones by swapping the min and max coordinates.  (gxcpath.c)
  3725.     - Resizing an object either allocated a new object unnecessarily
  3726. (performance bug only), or in very rare cases could corrupt memory.
  3727. (gsalloc.c)
  3728.     - Very small objects didn't get put on a free list when freed.
  3729. (Performance bug only.) (gsalloc.c)
  3730.     - Some pointers were incorrectly declared 'const', upsetting some
  3731. compilers.  (gxclread.c)
  3732.  
  3733. Adds more tracing output for -ZL.  (gxclread.c)
  3734.  
  3735. Changes the -Za tracing output slightly to aid mechanical analysis of
  3736. allocation traces: allocation events now always include a '+', deallocation
  3737. events always include a '-', and the address is always the address of the
  3738. object data and not the header.  (gsalloc.c, gsmemory.c)
  3739.  
  3740. Changes the allocator to keep track of "lost" object and string space
  3741. separately, to allow an independent check on its activities.  (gxalloc.h,
  3742. gsalloc.c)
  3743.  
  3744. Changes the allocator to use 'memmove' in an obvious place.  (gsalloc.c)
  3745.  
  3746. Provides a garbage collector API at the library level to allow
  3747. implementation of the API in applications other than PostScript
  3748. interpreters.  (gsgc.h)
  3749.  
  3750. Version 4.30(limited) (10/23/96)
  3751. =====================
  3752.  
  3753. The main purpose of this release is to implement a substantial change in the
  3754. "high level" image API, after which we believe this API will be stable.
  3755.  
  3756. Documentation
  3757. -------------
  3758.  
  3759. Documents the changes in the begin_image and image_data device procedures.
  3760. (drivers.txt)
  3761.  
  3762. Drivers
  3763. -------
  3764.  
  3765. Speeds up the PDF writer a little by reducing the amount of allocation,
  3766. which was causing very frequent garbage collections.  (gs_pdfwr.ps,
  3767. gdevpdft.c)
  3768.  
  3769. Updates the PDF writer for the change in begin_image/image_data.
  3770. (gdevpdfi.c)
  3771.  
  3772. Platforms
  3773. ---------
  3774.  
  3775. Fixes bugs:
  3776.     - Some versions of the SGI IRIX compiler have a bug that causes them
  3777. to try to expand macros that require arguments even when the macro name
  3778. isn't followed by a left parenthesis.  (gdevsgi.h, gdevsgi.c)
  3779.     - The IBM RS6000 compilers now provide <stdlib.h>, so our
  3780. definitions of malloc and free caused a conflict.  (malloc_.h)
  3781.  
  3782. Fonts
  3783. -----
  3784.  
  3785. Fixes bugs:
  3786.     - Many Fontmaps included obsolete references to an old
  3787. Helvetica-Narrow font.  (Fontmap.*)
  3788.  
  3789. Makes the GS_FONTPATH directory scanner a little more liberal about what
  3790. files it examines: it will now examine any file whose first line begins with
  3791. %!PS-Adobe or %!FontType.  (gs_fonts.ps)
  3792.  
  3793. To match an apparent Adobe convention, augments findfont so that if a font
  3794. isn't in the Fontmap, it will try to load a file whose name is the same as
  3795. the font name.  (gs_fonts.ps)
  3796.  
  3797. To make some questionable Apple font inquiry code work, augments the
  3798. FAKEFONTS facility so that it sets the FontType of fake fonts to 1.
  3799. (gs_fonts.ps)
  3800.  
  3801. Interpreter
  3802. -----------
  3803.  
  3804. Fixes bugs:
  3805.     - .checkpassword, .putdeviceparams, .putdevparams, setsystemparams,
  3806. and setuserparams didn't free the results byte array, causing a memory leak
  3807. (until the next garbage collection).  (zdevice.c, ziodev.c, zusparam.c)
  3808.  
  3809. Library
  3810. -------
  3811.  
  3812. Fixes bugs:
  3813.     - The code for emulating floating point multiplication with
  3814. conversion to fixed point didn't detect overflow correctly, which could
  3815. produce incorrect results instead of a limitcheck.  (gsmisc.c)
  3816.     - A macro cast a pointer incorrectly, leading to spurious compiler
  3817. warnings.  (gxfixed.h)
  3818.     - The code for emulating fixed-to-float conversion computed the
  3819. exponent incorrectly.  (gsmisc.c)
  3820.     - The algorithm for advancing a DDA a given number of steps (not
  3821. actually used anywhere before this version) was wrong.  (gxdda.h)
  3822.     - The clipping box returned by clipping devices was incorrect,
  3823. causing parts of the page to disappear.  (bug introduced in 4.20)
  3824. (gxcpath.c)
  3825.  
  3826. Changes the begin_image and image_data device procedures:
  3827.     - begin_image now takes an optional subrectangle instead of a set of
  3828. shape flags.
  3829.     - image_data now always takes complete rows of pixels, takes a
  3830. source X offset, and returns 1 when it has received all the data.
  3831.  
  3832. The change in begin_image and image_data is a NON-BACKWARD-COMPATIBLE CHANGE
  3833. IN A PUBLIC INTERFACE; however, this interface was still designated "subject
  3834. to change", per the notes for release 3.67 and the documentation in
  3835. drivers.txt.  (gsiparam.h, gxclpath.h, gxdda.h, gxdevice.h, gximage.h,
  3836. gdevbbox.c, gdevnfwd.c, gsimage.c, gxclimag.c, gxclread.c, gximage.c,
  3837. gximage?.c)
  3838.  
  3839. Version 4.21(limited) (10/17/96)
  3840. =====================
  3841.  
  3842. The purpose of this release is to fix bugs reported in 4.0x, 4.10, and 4.20.
  3843.  
  3844. Documentation
  3845. -------------
  3846.  
  3847. Fixes bugs:
  3848.     - The Ghostscript man page had a .TH in the middle.  (gs.1)
  3849.  
  3850. Procedures
  3851. ----------
  3852.  
  3853. Fixes bugs:
  3854.     - The shared version of zlib was always called libgz; on most
  3855. systems, it is now called libz (but not on Red Hat Linux, where libz is a
  3856. library for dealing with time zones).  (*.mak, gs.mak, libpng.mak, zlib.mak)
  3857.     - The pdf2dsc.1 man page wasn't installed on Unix systems.
  3858. (unix-end.mak)
  3859.     - font2c generated procedures named gsf_xxx, but genconf assumed
  3860. they were named gs_f_xxx.  (int.mak)
  3861.  
  3862. Drivers
  3863. -------
  3864.  
  3865. Updates the user-contributed LBP-8II driver to correct unspecified problems.
  3866. (gdevlbp8.c)
  3867.  
  3868. Adds a user-contributed driver for Avance Logic SuperVGA cards.
  3869. (gdevsvga.c, devs.mak)
  3870.  
  3871. Platforms
  3872. ---------
  3873.  
  3874. Fixes bugs:
  3875.     - On Windows NT, a 32-bit parameter was truncated to 16 bits,
  3876. preventing drawing of scroll bars of the image window when the window is
  3877. uncovered.  (dwimg.cpp)
  3878.  
  3879. Fonts
  3880. -----
  3881.  
  3882. Fixes bugs:
  3883.     - The free URW Grotesk and Antiqua fonts were omitted from the
  3884. distribution.
  3885.  
  3886. Interpreter
  3887. -----------
  3888.  
  3889. Fixes bugs:
  3890.     - Defining a new global instance of a built-in resource
  3891. (ColorRendering, ColorSpace, Form, Halftone, Pattern, ProcSet) caused an
  3892. invalidaccess error.  (gs_res.ps)
  3893.     - pathbbox with no current path left an extra item on the stack when
  3894. the error occurred.  (gs_init.ps)
  3895.     - findresource for an undefined resource instance didn't preserve
  3896. the contents of the stack.  (gs_res.ps)
  3897.  
  3898. Adds a new file providing a procedural interface with a very rudimentary
  3899. form of job encapsulation.  (gserver.c)
  3900.  
  3901. Changes the initial value of MaxOpStack to 20000, for the sake of a few
  3902. badly-behaved files.  (gs_init.ps, pdf_base.ps)
  3903.  
  3904. Library
  3905. -------
  3906.  
  3907. Fixes bugs:
  3908.     - If the image operators failed to allocated their bookkeeping
  3909. structure, the result was a crash rather than VMerror.  (gximage.c)
  3910.     - gx_default_fill_triangle (currently used only to implement the
  3911. fastest case of stroke) had a typo that could cause a numeric exception or
  3912. incorrect output, and another typo that could produce incorrect output.
  3913. (gdevddrw.c)
  3914.     - When banding, if the first occurrence of a character fell partly
  3915. off the page, all occurrences of that character on the page could be clipped
  3916. or mangled.  (gxclbits.c, gxclimag.c)
  3917.     - When testing whether it's worthwhile compressing a bitmap for
  3918. banding, the compressor was allowed to generate a lot more output than
  3919. needed to make the test.  (gxclbits.c)
  3920.     - Certain cases of unrotated gray-scale images dropped the first or
  3921. last pixel of each scan line.  (gximage2.c)
  3922.     - In rare cases, a run of pixels in a image could get erroneously
  3923. displayed in the same color as the previous run, because of a cache
  3924. bookkeeping bug.  (gximage3.c)
  3925.     - The sample driver for the library had gotten inconsistent with a
  3926. header file.  (gslib.c)
  3927.     - A declaration was followed by an extraneous semicolon, which upset
  3928. some compilers.  (gxht.h)
  3929.     - Missing parentheses caused a test for thin lines to be incorrect.
  3930. (gxstroke.c)
  3931.  
  3932. Version 4.20(limited) (10/13/96)
  3933. =====================
  3934.  
  3935. This release has internal changes for future support of banded image
  3936. processing, but no externally visible changes.  Its primary purpose is to
  3937. incorporate speedups for clipped images.  It does *not* incorporate fixes
  3938. for all problems reported in 4.0x or 4.10.
  3939.  
  3940. Documentation
  3941. -------------
  3942.  
  3943. Documents the new get_clipping_box device procedure.  (drivers.txt)
  3944.  
  3945. Procedures
  3946. ----------
  3947.  
  3948. Fixes bugs:
  3949.     - There were many, many minor inconsistencies between the makefiles
  3950. and the source code.  (We finally have an automated tool to detect these.)
  3951. (devs.mak, int.mak, lib.mak, unixtail.mak; gsutil.c, zwppm.c)
  3952.     - Some makefile rules weren't properly terminated by a blank line.
  3953. (lib.mak)
  3954.  
  3955. Utilities
  3956. ---------
  3957.  
  3958. Fixes bugs:
  3959.     - The comments in gslp.ps had gotten out of date.  (gslp.ps)
  3960.  
  3961. Adds --no-eject-file and --no-eject-formfeed switches to gslp.ps, to allow
  3962. packing files in multi-column printouts.  (gslp.ps)
  3963.  
  3964. Drivers
  3965. -------
  3966.  
  3967. Adds a user-contributed driver for the Epson LP-8000 laser printer.
  3968. (gdevlp8k.c)
  3969.  
  3970. Adds a DisplayMode parameter to the vgalib device.  (gdevvglb.c)
  3971.  
  3972. Removes the requirement of typing a character at the end of each page using
  3973. the vgalib driver.  THIS IS A USER-VISIBLE, NON-BACKWARD-COMPATIBLE CHANGE.
  3974. (gdevvglb.c)
  3975.  
  3976. Interpreter
  3977. -----------
  3978.  
  3979. Updates code to accommodate the new get_clipping_box device procedure.
  3980. (zupath.c)
  3981.  
  3982. Library
  3983. -------
  3984.  
  3985. Fixes bugs:
  3986.     - When a CTM was passed through the band list, it didn't get
  3987. translated to match the band coordinate system.  (This had no effect,
  3988. because the translation part of the CTM was never used.)  (gxclread.c)
  3989.  
  3990. Adds a ',' debugging switch to disable high-level operations when banding.
  3991. (gxclpath.c)
  3992.  
  3993. Adds an optional get_clipping_box device procedure, so that filling and
  3994. stroking can clip more aggressively.  (gdevmem.h, gdevprn.h, gxdevice.h,
  3995. gxpaint.h, gxpath.h, gzacpath.h, gdevdflt.c, gdevht.c, gdevnfwd.c,
  3996. gxacpath.c, gxclip2.c, gxclist.c, gxcpath.c, gxpcmap.c, gxfill.c,
  3997. gxstroke.c)
  3998.  
  3999. Speeds up clipped filling and stroking, by checking against the device
  4000. clipping box.  (gxfill.c, gxstroke.c)
  4001.  
  4002. Adds the ability to clip with a rectangle a clipping path being accumulated,
  4003. and uses it to do more aggressive clipping when banding.  (gzacpath.h,
  4004. gxacpath.c, gxclread.c)
  4005.  
  4006. Speeds up clipping of objects lying partly above or below the clipping
  4007. region.  (gxcpath.c)
  4008.  
  4009. Speeds up clipping vertically-oriented objects (such as 90 degree rotated
  4010. images or vertical rectangles) with convex clipping regions, by checking for
  4011. vertical rectangles contained in multiple clipping rectangles.  (gxcpath.c)
  4012.  
  4013. Speeds up the handling of 90 degree rotated gray-scale images.  (gximage2.c)
  4014.  
  4015. Enhances the band list so that it can contain commands for a range of bands,
  4016. not just a single band or all bands.  (gxcldev.h, gxclist.h, gxclbits.c,
  4017. gxclist.c, gxclread.c)
  4018.  
  4019. Adds an operation to the DDA structure, for eventual support of clipped
  4020. images.  (gxdda.h)
  4021.  
  4022. Factors out some macros useful for generating bit-transformation tables.
  4023. (gsbittab.h, gsbittab.c, gsflip.c)
  4024.  
  4025. Version 4.10(limited) (9/25/96)
  4026. =====================
  4027.  
  4028. This release adds local garbage collection, and a number of performance
  4029. improvements for garbage collection in general.  We will support it for one
  4030. or two OEMs, but it is not a public release.
  4031.  
  4032. Documentation
  4033. -------------
  4034.  
  4035. Moves documentation for all releases before 4.0 to history3.txt.  (NEWS,
  4036. history3.txt)
  4037.  
  4038. Utilities
  4039. ---------
  4040.  
  4041. Fixes bugs:
  4042.     - pdf2dsc.ps didn't have a proper license notice.  (pdf2dsc.ps)
  4043.  
  4044. Drivers
  4045. -------
  4046.  
  4047. Adds a psgray driver, like psmono, to produce 8-bit gray PostScript (level
  4048. 1) images.  (devs.mak, *.mak, gdevpsim.c)
  4049.  
  4050. Changes the psmono driver to allow runs of up to 255 repeated bytes.
  4051. (gdevpsim.c)
  4052.  
  4053. Interpreter
  4054. -----------
  4055.  
  4056. Fixes bugs:
  4057.     - setdevice erased the page even if this wasn't necessary.
  4058. (zdevice.c)
  4059.  
  4060. Speeds up the garbage collector, primarily by speeding up pointer
  4061. relocation.  (int.mak, ipacked.h, iref.h, ialloc.c, igc.c, igcref.c)
  4062.  
  4063. Actually implements local garbage collection.  (igc.h, ivmspace.h, igc.c,
  4064. igcref.c, igcstr.c, ireclaim.c)
  4065.  
  4066. Adds some additional error checking for the -Z? switch.  (ilocate.c)
  4067.  
  4068. Moves a utility for color mapping from the interpreter to the library.
  4069. (icolor.h, zcolor.c)
  4070.  
  4071. Adds a MinScreenLevels user parameter.  (zusparam.c)
  4072.  
  4073. Interpreter (PDF)
  4074. -----------------
  4075.  
  4076. Adds partial support for the PDF 1.2 gs operator, reverse engineered from a
  4077. PDF 1.2 file.  (pdf_draw.ps)
  4078.  
  4079. Library
  4080. -------
  4081.  
  4082. Fixes bugs:
  4083.     - The test for "thin" stroked lines incorrectly claimed some
  4084. non-thin lines were thin.  (gxstroke.c)
  4085.     - The computations for halftone cells didn't work for non-square
  4086. pixels.  (gxdht.h, gsht.c, gsht1.c, gshtscr.c)
  4087.  
  4088. Speeds up the garbage collector a little.  (gsstruct.h, gxalloc.h,
  4089. gxfcache.h, gsfont.c)
  4090.  
  4091. Replaces references to private statically allocated color spaces with
  4092. references to shared dynamically allocated ones, which are guaranteed to be
  4093. fully filled-in.  (gscie.c)
  4094.  
  4095. Moves a utility for color mapping from the interpreter to the library.
  4096. (gxfmap.h, gxcmap.c)
  4097.  
  4098. Makes available an imager analogue of setmatrix.  (gscoord.h, gscoord.c)
  4099.  
  4100. Adds a parameter to control the minimum number of halftone screen levels.
  4101. If a halftone cell has fewer pixels than this number, it will be replicated
  4102. (similar to what AccurateScreens does) until the replicated screen has
  4103. enough levels.  (gxht.h, gshtscr.c)
  4104.  
  4105. Version 4.03 (9/23/96)
  4106. ============
  4107.  
  4108. This was an emergency re-release of 4.02 to fix the stdin redirection
  4109. problem.  It has essentially no other changes.
  4110.  
  4111. Documentation
  4112. -------------
  4113.  
  4114. Fixes bugs:
  4115.     - Solaris 2.x has /usr/ucb/install, not installbsd.  (make.txt)
  4116.  
  4117. Updates current.txt to mention the ability to share libpng and libgz.
  4118. (current.txt)
  4119.  
  4120. Procedures
  4121. ----------
  4122.  
  4123. Fixes bugs:
  4124.     - A rule assumed that the makefile was named `makefile'.
  4125. (unixtail.mak)
  4126.  
  4127. Drivers
  4128. -------
  4129.  
  4130. Fixes bugs:
  4131.     - The stcolor drivers had an off-by-1 error that could cause them to
  4132. write into unallocated memory.  (gdevstc.c)
  4133.     - The Imagen driver wouldn't compile with gcc.  (gdevimgn.c)
  4134.  
  4135. Fonts
  4136. -----
  4137.  
  4138. Fixes bugs:
  4139.     - The Solaris fontmap had gotten out of date.  (Fontmap.Sol)
  4140.  
  4141. Streams
  4142. -------
  4143.  
  4144. Fixes bugs:
  4145.     - The test for stdin being non-seekable could leave the file error
  4146. flag set, which caused an infinite loop when trying to read from the file
  4147. later.  (sfile.c, sfileno.c)
  4148.  
  4149. Version 4.02 (9/19/96)
  4150. ============
  4151.  
  4152. This release fixes a few more bugs, and adds the ability to read encrypted
  4153. PDF files and some PDF 1.2 files.
  4154.  
  4155. This release was withdrawn after a few days because the stdin redirection
  4156. fix, which was made at the last minute, cause Ghostview to hang.
  4157.  
  4158. Documentation
  4159. -------------
  4160.  
  4161. Fixes bugs:
  4162.     - The list of required support files was incorrect.  (install.txt)
  4163.     - The descriptions of file name lookup weren't accurate.  (use.txt)
  4164.     - A J should have been an H.  (gxbitmap.h)
  4165.  
  4166. Updates the documentation about encrypted PDF files.  (new-user.txt)
  4167.  
  4168. Documents what the 13 base PDF fonts are.  (ps2pdf.txt)
  4169.  
  4170. Fixes a tiny typo.  (c-style.txt)
  4171.  
  4172. Adds a user-contributed man page for the new pdf2dsc script.  (pdf2dsc.1)
  4173.  
  4174. Updates the government restricted rights notice in the Aladdin Ghostscript
  4175. Free Public License.  (PUBLIC)
  4176.  
  4177. Adds the URL of test files to the bug report form.  (new-user.txt)
  4178.  
  4179. Puts the bug reporting form in a separate file.  (readme, bug-form.txt,
  4180. new-user.txt)
  4181.  
  4182. Notes that map_xxx_color procedures should not return gx_no_color_index.
  4183. (drivers.txt)
  4184.  
  4185. Notes that Ghostscript supports the Flate filters.  (language.txt)
  4186.  
  4187. Documents the use of the system libpng and zlib.  (make.txt, gs.mak)
  4188.  
  4189. Notes that Borland C++ 5.0 and 5.01 will not compile Ghostscript correctly.
  4190. (make.txt)
  4191.  
  4192. Procedures
  4193. ----------
  4194.  
  4195. Fixes bugs:
  4196.     - Using both DELAYBIND and SAFER caused problems.  (pstotext uses
  4197. DELAYBIND.)  (gs_init.ps)
  4198.  
  4199. Utilities
  4200. ---------
  4201.  
  4202. Fixes bugs:
  4203.     - Some pdf2ps machinery interfered with the PDF interpreter.
  4204. (pdf_2ps.ps, pdf_main.ps)
  4205.     - In the output of pdf2ps, page numbers in link destinations were
  4206. too high by 1.  (pdf_main.ps)
  4207.     - viewpbm didn't handle value ranges other than [0..255] correctly.
  4208. (viewpbm.ps)
  4209.  
  4210. Adds a user-contributed shell script to invoke pdf2dsc.ps.  (pdf2dsc,
  4211. unix-end.mak)
  4212.  
  4213. Adds a switch to the genconf utility to set the prefix for generated
  4214. procedure names.  (genconf.c)
  4215.  
  4216. Adds the option of using system libraries (possibly shared) for libpng
  4217. and/or zlib.  (*head.mak, msc*.mak, os2.mak, tccommon.mak, wccommon.mak;
  4218. libpng.mak, zlib.mak)
  4219.  
  4220. Drivers
  4221. -------
  4222.  
  4223. Fixes bugs:
  4224.     - The X11 display devices ignored the -DA4 compile-time option.
  4225. (gdevx.c)
  4226.     - The garbage collector could scramble the state of the CGM drivers.
  4227. (gxdevice.h, gdevcgm.c)
  4228.     - An identifier of more than 31 characters upset the VAX DEC C
  4229. compiler.  (gdevcgml.h, gdevcgml.c)
  4230.     - In case of an error in trying to set the CoreDistVersion distiller
  4231. parameter, a variable could be used without initialization.  (gdevpdfp.c)
  4232.     - When DEBUG is selected, the X Windows driver referenced _Xdebug,
  4233. which is not defined in (at least the VMS version of) DECWindows.  (x_.h,
  4234. gdevxini.c)
  4235.     - Some map_cmyk_color implementations could return "transparent".
  4236. (gdevbit.c)
  4237.     - Setting GraphicsAlphaBits or TextAlphaBits in the P*M drivers
  4238. caused an error.  (gdevpbm.c)
  4239.     - If a user cancelled printing under MS Windows, a confusing error
  4240. resulted, and a temporary file wasn't deleted.  (gdevwpr2.c)
  4241.     - The map_color_rgb procedure for the bit devices produced incorrect
  4242. results.  (This probably had no effect in practice.)  (gdevbit.c)
  4243.     - The os2prn device produced incorrect output.  (gdevos2p.c)
  4244.     - The OS/2 PM device didn't detect PM applications correctly.
  4245. (gdevpm.c)
  4246.     - The MS Windows printer driver didn't automatically detect the
  4247. printer's color capabilities.  (gdevwpr2.c)
  4248.     - The BJC-610 driver didn't print at 720 dpi.  (gdevcdj.c)
  4249.     - The static prototypes of many devices didn't include the far_data
  4250. keyword.  (gdev3852.c, gdev4081.c, gdevbgi.c, gdevcgm.c, gdevht.c,
  4251. gdevimgn.c, gdevl256.c, gdevmrop.c, gdevn533.c, gdevnfwd.c, gdevnp6.c,
  4252. gdevo182.c, gdevpcfb.c, gdevpdf.c, gdevpe.c, gdevpm.c, gdevs3ga.c,
  4253. gdevsnfb.c, gdevsppr.c, gdevsun.c, gdevsvga.c, gdevtknk.c, gdevvglb.c,
  4254. gdevwddb.c, gdevwprn.c, gdevx.c, gdevxalt.c)
  4255.     - The (original) deskjet driver collapsed print lines towards the
  4256. left margin.  (gdevdjet.c)
  4257.  
  4258. Adds to the pgm/pgnm/ppm/pnm[raw] drivers the ability to set the maximum
  4259. pixel value, by setting any of the Gray/Red/Green/BlueValues device
  4260. parameters.  (gdevpbm.c)
  4261.  
  4262. Adds pkm[raw] drivers, which do all their internal computations in CMYK and
  4263. convert the data to RGB as they write the file.  (gdevpbm.c)
  4264.  
  4265. Platforms
  4266. ---------
  4267.  
  4268. Fixes bugs:
  4269.     - The VMS script referred to old versions of the third-party
  4270. libraries.  (vms.mak)
  4271.     - Under VMS with DEC C, attempting to open a new file fails.
  4272. (gp_vms.c)
  4273.     - If you tried to print (gp_printfile) under Windows on a system
  4274. with no printers installed, Ghostscript caused a GPF.  (gp_mswin.c)
  4275.  
  4276. Restores support for a non-DLL MS Windows platform.  (bcwin32.mak,
  4277. dwnodll.cpp)
  4278.  
  4279. Adds a new MS Windows DLL call, gsdll_get_bitmap.  (gsdll16.def,
  4280. gsdll32.def, dll.txt, gdevwdib.c)
  4281.  
  4282. Fixes a variety of other small Windows- and OS/2-related problems, mostly
  4283. related to printing.  (gp_mswin.h, dpmainc.c, dwmain.cpp, dwmainc.cpp,
  4284. gdevmswn.c, gdevpm.c, gdevwpr2.c, gp_mswin.c)
  4285.  
  4286. Interpreter
  4287. -----------
  4288.  
  4289. Fixes bugs:
  4290.     - The value of /newerror in $error was true at the end of
  4291. initialization.  We now reset it after each internal use of stopped if
  4292. necessary.  (gs_dps1.ps, gs_fform.ps, gs_fonts.ps, gs_init.ps, gs_pdf.ps,
  4293. gs_res.ps, gs_type1.ps)
  4294.     - setpagedevice (and finddevice) didn't recognize Default.
  4295. (gs_init.ps)
  4296.     - When running with -dNODISPLAY, calling gssetresolution would cause
  4297. a crash.  (gs_init.ps)
  4298.     - A particular combination of save, .forgetsave, and garbage
  4299. collection could cause a memory access error in restore.  (isave.c)
  4300.     - Some references to systemdict were affected if a user redefined
  4301. the name /systemdict.  (gs_cmdl.ps, gs_fonts.ps, gs_kanji.ps, gs_dps1.ps,
  4302. gs_init.ps, gs_res.ps, gs_statd.ps, gs_type1.ps)
  4303.     - The insideness testing operators caused an invalid memory access.
  4304. (drivers.txt, zupath.c)
  4305.     - If a readline reached an input buffer boundary between the \r and
  4306. \n of a 2-character EOL, an error could occur.  (zfileio.c)
  4307.     - setdevparams caused an error.  (gs_lev2.ps)
  4308.  
  4309. Changes file names beginning with ./ or ../ so they are recognized as
  4310. "absolute" and not subject to the search path.  (gp_dosfs.c, gp_ntfs.c,
  4311. gp_os2.c, gp_unifn.c)
  4312.  
  4313. Changes the exit code for -h or --help from 0 to 1, so an invoking program
  4314. will keep the output around for the user to look at.  (imainarg.c)
  4315.  
  4316. Adds the FlateEncode and FlateDecode filters; adds PNG pixel prediction to
  4317. the LZW filters.  These additions are required for PDF 1.2 and will be part
  4318. of PostScript Level 3.  (int.mak, lib.mak, zfdecode.c, zfilter2.c, zfzlib.c,
  4319. zfpngp.c [deleted])
  4320.  
  4321. Interpreter (PDF)
  4322. -----------------
  4323.  
  4324. Fixes bugs:
  4325.     - The copyright notices on some files didn't mention the Aladdin
  4326. free license.  (pdf_*.ps)
  4327.     - Some references to systemdict were affected if a user redefined
  4328. the name /systemdict.  (pdf_font.ps)
  4329.     - The value of /newerror in $error was true at the end of
  4330. initialization.  We now reset it after each internal use of stopped if
  4331. necessary.  (pdf_main.ps)
  4332.     - stdin redirection failed for PDF files even if the new stdin was
  4333. seekable.  (pdf_main.ps)
  4334.     - The Rotate key rotated pages in the wrong direction.
  4335. (pdf_main.ps)
  4336.  
  4337. Adds a minimal "security socket" to the interpreter.  This does not include
  4338. any actual decryption code; such code is available elsewhere (see
  4339. new-user.txt).  (int.mak, pdf_base.ps, pdf_main.ps, pdf_sec.ps)
  4340.  
  4341. Adds a PDF 1.2 capability:
  4342.     - The destination in a Dest array can be a page number as well as a
  4343. page object.  (pdf_main.ps)
  4344.  
  4345. Streams
  4346. -------
  4347.  
  4348. Fixes bugs:
  4349.     - stdin was assumed to be non-seekable.  (sfile.c, sfileno.c)
  4350.  
  4351. Library
  4352. -------
  4353.  
  4354. Fixes bugs:
  4355.     - Garbage collection could corrupt a pointer in Type 0 fonts.
  4356. (gxfont0.h, gsfont0.c)
  4357.     - When applying hints to a Type 1 font outline, the last point could
  4358. sometimes get moved twice, causing output anomalies.  (gxhint3.c)
  4359.     - An #include needed for debugging was missing.  (gxcmap.h)
  4360.     - Graphics states included a no-longer-used private color space
  4361. object.  (gsstate.c)
  4362.     - Images could get clipped randomly in the X direction.  (I don't
  4363. understand why this problem hasn't shown up more often, since it's been
  4364. there since release 4.00.)  (gximage.c)
  4365.     - The arct and arcto operators failed to draw the line to the
  4366. starting point of the arc.  (bug introduced in 4.01) (gspath1.c)
  4367.     - Prefix subclasses of simple structures caused an invalid memory
  4368. access.  (gsstruct.h)
  4369.     - The variable fheight was sometimes unused.  (gstype1.c)
  4370.     - igcd and imod didn't have prototypes in an appropriate header
  4371. file, and were declared extern in several places.  (gsdcolor.h, gsline.h,
  4372. gxarith.h, gxdht.h, gsht.c, gshtscr.c, gsimage.c, gsline.c, gstype1.c,
  4373. gxclimag.c)
  4374.     - When using a non-identity RenderTable in a CIE rendering
  4375. dictionary, all colors came out too light.  (gscie.c)
  4376.     - When using anti-aliased graphics, stroked lines were rendered too
  4377. thin.  (gspaint.c)
  4378.     - The default map_cmyk_color implementations could return
  4379. "transparent".  (gxcmap.c)
  4380.     - The number of bits of alpha requested when rendering anti-aliased
  4381. characters could exceed 4.  (gschar.c)
  4382.     - Multi-screen halftones could cause errors or infinite looping when
  4383. banding.  (This problem predates 4.0; I don't know why it didn't show up
  4384. before.)  (gxcldev.h, gxclist.c, gxclread.c)
  4385.     - Skewed or rotated gray-scale images, or masks with a halftoned
  4386. color, omitted one line of pixels and displaced the image by one pixel.
  4387. (gximage2.c)
  4388.  
  4389. Adds an implementation of realloc, for systems that don't have one that
  4390. works.  I don't know how to determine this automatically, so for the moment,
  4391. the code uses our own implementation on Linux (where realloc is known to be
  4392. broken, at least in some releases) and nowhere else.  (malloc_.h,
  4393. gsmemory.c, gsmisc.c)
  4394.  
  4395. Removes the "OLD" algorithms from the Type 1 hinting source code, since they
  4396. are no longer executed.  (If necessary, they can be retrieved from an older
  4397. version.)  (gxhint3.c)
  4398.  
  4399. Version 4.01 (7/10/96)
  4400. ============
  4401.  
  4402. This fixes a few minor bugs discovered since the 4.0 release.
  4403.  
  4404. Documentation
  4405. -------------
  4406.  
  4407. Fixes bugs:
  4408.     - An installation directory name was wrong.  (make.txt,
  4409. unix-lpr.txt)
  4410.     - A URL was wrong.  (devices.txt)
  4411.     - A reference to use.doc hadn't been updated.  (gs.1)
  4412.     - Some references to /usr/local/lib hadn't been updated.  (gs.1)
  4413.     - The NEWS file and history* files still referred to *.doc rather
  4414. than *.txt.  (NEWS, history*.txt)
  4415.  
  4416. Adds a note about compilation on Digital Unix.  (make.txt)
  4417.  
  4418. Clarifies that calling gs_exit calls gs_finit automatically.  (imain.h)
  4419.  
  4420. Adds a pointer to the PDF encryption patch.  (Ridiculous U.S. export control
  4421. laws don't allow including the patch itself in the main fileset.)
  4422. (new-user.txt)
  4423.  
  4424. Adds a help file for VMS.  (gs-vms.hlp)
  4425.  
  4426. Procedures
  4427. ----------
  4428.  
  4429. Fixes bugs:
  4430.     - vms.mak had gotten out of sync with the makefiles (again).
  4431. (vms.mak)
  4432.     - DEVICE{WIDTH,HEIGHT}POINTS didn't override PAPERSIZE.
  4433. (gs_init.ps)
  4434.     - The Microsoft C makefiles had gotten out of date.  (msc.mak)
  4435.  
  4436. The (few) GNU-Licensed drivers were accidentally omitted from the fileset.
  4437.  
  4438. Modifies a makefile for greater reusability.  (watclib.mak)
  4439.  
  4440. Adds a 'debug' target for making Unix debugging configurations.
  4441. (unix-end.mak)
  4442.  
  4443. Utilities
  4444. ---------
  4445.  
  4446. Fixes bugs:
  4447.     - Some uses of 'run' should be changed to runlibfile.  (bdftops.ps,
  4448. impath.ps, markhint.ps, packfile.ps, showchar.ps, waterfal.ps, wftopfa.ps,
  4449. wrfont.ps)
  4450.     - Some debugging code hadn't been removed.  (gslp.ps)
  4451.  
  4452. Adds a new utility, viewcmyk.ps, for viewing 4-bit CMYK data.  (psfiles.txt,
  4453. unix-end.mak, viewcmyk.ps)
  4454.  
  4455. Improves pdf2dsc by including Title and CreationDate DSC comments (these are
  4456. displayed by Ghostview) and reducing the size of typical output files by a
  4457. factor of about 3.  (pdf2dsc.ps)
  4458.  
  4459. Incorporates major changes (claimed to be improvements) to ps2ascii
  4460. contributed by a user.  If you have problems with it, please contact him,
  4461. not Aladdin.  (ps2ascii.ps)
  4462.  
  4463. Platforms
  4464. ---------
  4465.  
  4466. Fixes bugs:
  4467.     - The X value of a bounding box could be computed incorrectly.
  4468. (gdevbbox.c)
  4469.  
  4470. Platforms
  4471. ---------
  4472.  
  4473. Fixes bugs:
  4474.     - The Windows DLL sometimes didn't clean up properly.  (dll.txt,
  4475. dpmainc.c, dwdll.cpp, dwmain.cpp, dwmainc.cpp, gsdll.c, gsdll.h)
  4476.  
  4477. Interpreter
  4478. -----------
  4479.  
  4480. Fixes bugs:
  4481.     - Reading from a filter could hang forever, because a buffer was
  4482. allocated 1 byte too small.  (zfilter.c)
  4483.     - The search path could become garbage under some circumstances.
  4484. (imain.c)
  4485.     - A dangling reference to a stack-allocated variable could corrupt
  4486. memory if a client mixed interpreter calls and direct C calls.  (interp.c)
  4487.     - Printing an object to a procedure-based filter could cause an
  4488. invalid memory access.  (zfileio.c)
  4489.  
  4490. Library
  4491. -------
  4492.  
  4493. Fixes bugs:
  4494.     - Setting parameters for an unopened device could cause an access
  4495. error or invoke the wrong put_params procedure.  (gsdparam.c)
  4496.     - Reading from a filter could hang forever, because a buffer was
  4497. allocated 1 byte too small.  (stream.h)
  4498.     - If the current device was the nullpage device, doing a [g]save,
  4499. selecting a different device, and doing a [g]restore caused an error.
  4500. (gsdparam.c)
  4501.  
  4502. Adds the ability to append arcs without the initial lineto, for PCL
  4503. emulation.  (gspath.h, gspath1.c)
  4504.  
  4505. Version 4.0 (6/28/96)
  4506. ===========
  4507.  
  4508. This is the first public release since 3.53, with a few more last-minute
  4509. patches beyond 3.70.
  4510.  
  4511. Documentation
  4512. -------------
  4513.  
  4514. Fixes bugs:
  4515.     - Many makefiles still referred to .doc files rather than .txt.
  4516. (cfonts.mak, devs.mak, gs.mak, int.mak, libpng.mak, unix-end.mak, watc.mak,
  4517. watcwin.mak, wccommon.mak, zlib.mak)
  4518.     - Some FONTPATH-related information was out of date.  (use.txt)
  4519.     - The installation directory for fonts was incorrect.  (install.txt)
  4520.     - The libpng and zlib versions were out of date.  (libpng.mak,
  4521. zlib.mak)
  4522.     - Some information about GSview was incorrect or incomplete.
  4523. (new-user.txt)
  4524.     - make.txt said it described installation as well as building.
  4525. (make.txt)
  4526.  
  4527. Notes that the current release of zlib won't compile and link correctly with
  4528. Sun cc.  (make.txt)
  4529.  
  4530. Adds a little more detail to the C style document.  (c-style.txt)
  4531.  
  4532. Procedures
  4533. ----------
  4534.  
  4535. Fixes bugs:
  4536.     - Some documentation files weren't installed.  (unix-end.mak)
  4537.     - Some dependencies were incorrect.  (bcwin32.mak)
  4538.     - 'make begin' and 'make clean' deleted too many and/or the wrong
  4539. files.  (bcwin.mak, bcwin32.mak)
  4540.     - libpng.mak didn't work with libpng version 0.89c.  (libpng.mak)
  4541.     - -d<var>=<name> was equivalent to -d<var>=/<name>, and there was no
  4542. way to set a variable to true, false, or null.  (use.txt, gs_init.ps,
  4543. iinit.c, imainarg.c)
  4544.  
  4545. Removes the modules.lis file, which is no longer used.
  4546.  
  4547. Undoes detecting automatically the need to run tar_cat -- the mechanism
  4548. didn't work, and caused confusion.  (unix-end.mak)
  4549.  
  4550. Updates the makefiles to libpng version 0.89, but allows them to work with
  4551. either 0.88 or 0.89.  (*.mak)
  4552.  
  4553. Utilities
  4554. ---------
  4555.  
  4556. Fixes bugs:
  4557.     - Showing the details of a protected font caused an error.
  4558. (markhint.ps)
  4559.  
  4560. Drivers
  4561. -------
  4562.  
  4563. Fixes bugs:
  4564.     - A copyright notice was wrong.  (gs_pdfwr.ps)
  4565.     - PDF link annotations could get written with two Dest keys.
  4566. (gdevpdfm.c)
  4567.     - MakeProcInstance and FreeProcInstance were called on platforms
  4568. where it wasn't appropriate.  (gdevwpr2.c, gdevwprn.c, gp_mswin.c)
  4569.     - On X servers that return very large values for the "virtual
  4570. screen" size in millimeters but correct values for the screen size in
  4571. pixels, a rangecheck could occur.  (gdevxini.c)
  4572.     - The bounding box device could return garbage if stroke or fill was
  4573. ever invoked with an empty path.  (gdevbbox.c)
  4574.  
  4575. Replaces the LBP8 driver with a revised one contributed by a user.
  4576. (gdevlbp8.c, devs.mak)
  4577.  
  4578. Platforms
  4579. ---------
  4580.  
  4581. Fixes bugs:
  4582.     - Some Windows menu parameters were incorrect.  (gsdll16.rc,
  4583. gsdll32.rc)
  4584.  
  4585. Interpreter
  4586. -----------
  4587.  
  4588. Fixes bugs:
  4589.     - .getdevparams sometimes returned duplicate entries for /Type.
  4590. (ziodev2.c)
  4591.     - File names weren't parsed or concatenated properly on all
  4592. platforms.  (gs_fonts.ps, zfile.c)
  4593.     - Filter lookahead caused problems with special files.  (zfproc.c)
  4594.     - If a TransformPQR procedure in a CIE color rendering dictionary
  4595. didn't pop its 4 array arguments, an error occurred.  (gs_lev2.ps, zcrd.c)
  4596.  
  4597. Streams
  4598. -------
  4599.  
  4600. Fixes bugs:
  4601.     - Filter lookahead caused problems with special files.  (bug
  4602. introduced in 3.70) (stream.h)
  4603.  
  4604. Library
  4605. -------
  4606.  
  4607. Fixes bugs:
  4608.     - .getdevparams sometimes returned duplicate entries for /Type.
  4609. (gxiodev.h, gsiodev.c)
  4610.  
  4611. Versions before 4.0
  4612. ===================
  4613.  
  4614. See the files history3.txt, history2.txt, and history1.txt.
  4615.